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 7b28c8f commit 124e2d3Copy full SHA for 124e2d3
src/smtml/solver.ml
@@ -216,7 +216,7 @@ module Cached (Mappings_ : Mappings.S) = struct
216
| Some res -> res
217
| None ->
218
let result = check_set s.solver assert_ in
219
- Cache.add cache es result;
+ Cache.add cache assert_ result;
220
result
221
222
let check (s : t) (es : Expr.t list) = check_set s (Expr.Set.of_list es)
0 commit comments