Skip to content

Commit

Permalink
FStar.Stubs.Pprint -> FStar.Pprint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Oct 18, 2024
1 parent 0f3e79a commit e76eadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/steel/Steel.Effect.Common.fsti
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ let canon_l_r (use_smt:bool)
apply_lemma (`solve_implies_true)
with
| TacticFailure (msg, rng_opt) ->
let open FStar.Stubs.Pprint in
let open FStar.Pprint in
fail_doc_at ([doc_of_string "Cannot unify pr with true"] @ msg) rng_opt
| e -> raise e
)
Expand Down

0 comments on commit e76eadc

Please sign in to comment.