d30f387e72
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
9 lines
No EOL
140 B
Text
9 lines
No EOL
140 B
Text
import standard
|
||
using num
|
||
using pair
|
||
|
||
definition H : inhabited (Bool × num × (num → num)) := _
|
||
|
||
(*
|
||
print(get_env():find("H"):value())
|
||
*) |