5 lines
163 B
Text
5 lines
163 B
Text
[Meta.debug] >> fun x => Nat.add
|
|
[Meta.debug] >> Nat.add
|
|
[Meta.debug] >> HAdd.hAdd 1
|
|
[Meta.debug] >> fun x y z => Nat.add z y
|
|
[Meta.debug] >> fun y => Nat.add y y
|