Skip to content

Commit

Permalink
query: incorrect partial application of Tactics.search
Browse files Browse the repository at this point in the history
Fixes #69
  • Loading branch information
chaudhuri committed Nov 17, 2016
1 parent 8e89512 commit 753ad5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/abella.ml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ let query q =
~clauses:!clauses
~def_unfold:Prover.def_unfold
~retype
~sr:!sr
~sc:(fun w ->
fprintf !out "Found solution:\n" ;
List.iter
Expand Down

0 comments on commit 753ad5c

Please sign in to comment.