Skip to content

Commit 44164fa

Browse files
hra687261filipeom
authored andcommitted
typo
1 parent 02b5151 commit 44164fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smtml/mappings.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ module Make (M_with_make : M_with_make) : S_with_fresh = struct
962962
M.Solver.model solver |> Option.map (fun m -> { model = m; ctx }) )
963963
M.Internals.name (List.rev assumptions)
964964
| None ->
965-
Fmt.failwith "model: Trying to fetch model berfore check-sat call"
965+
Fmt.failwith "model: Trying to fetch model before check-sat call"
966966

967967
let add_simplifier s =
968968
{ s with solver = M.Solver.add_simplifier s.solver }

0 commit comments

Comments
 (0)