mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 01:41:44 +03:00
4 lines
240 B
Plaintext
4 lines
240 B
Plaintext
Dumping case trees to Main.cases
|
|
Main.plus = [{arg:1}, {arg:2}]: (%case !{arg:1} [(%constcase 0 !{arg:2})] Just (%let {e:0} (-Integer [!{arg:1}, 1]) (+Integer [(Main.plus [!{e:0}, !{arg:2}]), 1])))
|
|
Main.main = [{ext:0}]: (Main.plus [1, 2])
|