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:
parent
09b51a0fb7
commit
b887a2b900
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
**)
|
||||
|
||||
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
|
||||
|
||||
(* Show proof created using our script *)
|
||||
|
|
Loading…
Reference in a new issue