4560413a92
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
8 lines
No EOL
174 B
Text
8 lines
No EOL
174 B
Text
abbreviation Bool : Type.{1} := Type.{0}
|
|
variables a b c : Bool
|
|
axiom Ha : a
|
|
axiom Hb : b
|
|
axiom Hc : c
|
|
check have H1 [fact] : a, from Ha,
|
|
have H2 : a, from H1,
|
|
H2 |