4ba097a141
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
121 B
Text
6 lines
121 B
Text
definition B : Type := Bool
|
|
definition T : (Type 1) := Type
|
|
variable N : T
|
|
variable x : N
|
|
variable a : B
|
|
axiom H : a
|