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