chore(tests/lua): use default environment instead of creating a new one
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
35bacf95fc
commit
84f017f127
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import("util.lua")
|
||||
local env = environment()
|
||||
local env = get_environment()
|
||||
parse_lean_cmds([[
|
||||
axiom Ax1 {A : TypeU} (P Q : A -> Bool) : (forall x : A, P x /\ Q x) = ((forall x : A, P x) /\ (forall x : A, Q x))
|
||||
variable f : Nat -> Nat -> Nat
|
||||
|
|
Loading…
Reference in a new issue