bf081ed431
Motivation: it matches the notation used to declare it.
12 lines
195 B
Text
12 lines
195 B
Text
(*
|
|
print("testing...")
|
|
local env = get_env()
|
|
env = add_decl(env, mk_constant_assumption("x", Prop))
|
|
assert(env:find("x"))
|
|
set_env(env)
|
|
*)
|
|
|
|
(*
|
|
local env = get_env()
|
|
print(env:find("x"):type())
|
|
*)
|