bf081ed431
Motivation: it matches the notation used to declare it.
3 lines
152 B
Lua
3 lines
152 B
Lua
local env = environment()
|
|
local l = mk_param_univ("l")
|
|
check_error(function() env = add_decl(env, mk_constant_assumption("A", {l, l}, mk_sort(l))) end)
|