fix(examples/lean/tactic_in_lua): try to make sure the example works when using LuaJIT

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-12-17 08:58:06 -08:00
parent 09b51a0fb7
commit b887a2b900

View file

@ -65,7 +65,7 @@
**) **)
Theorem T (a b : Bool) : a => b => a /\ b := _. Theorem T (a b : Bool) : a => b => a /\ b := _.
apply (** REPEAT(ORELSE(imp_tac, conj_in_lua)) .. assumption_tac **) apply (** THEN(REPEAT(ORELSE(imp_tac, conj_in_lua)), assumption_tac) **)
done done
(* Show proof created using our script *) (* Show proof created using our script *)