8ab0b5bee3
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
9 lines
No EOL
154 B
Text
9 lines
No EOL
154 B
Text
import standard
|
||
using num
|
||
|
||
theorem H {A B : Type} (H1 : inhabited A) : inhabited (Bool × A × (B → num))
|
||
:= _
|
||
|
||
(*
|
||
print(get_env():find("H"):value())
|
||
*) |