We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b5151 commit 44164faCopy full SHA for 44164fa
src/smtml/mappings.ml
@@ -962,7 +962,7 @@ module Make (M_with_make : M_with_make) : S_with_fresh = struct
962
M.Solver.model solver |> Option.map (fun m -> { model = m; ctx }) )
963
M.Internals.name (List.rev assumptions)
964
| None ->
965
- Fmt.failwith "model: Trying to fetch model berfore check-sat call"
+ Fmt.failwith "model: Trying to fetch model before check-sat call"
966
967
let add_simplifier s =
968
{ s with solver = M.Solver.add_simplifier s.solver }
0 commit comments