mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
13 lines
628 B
Plaintext
13 lines
628 B
Plaintext
Dumping case trees to Main.cases
|
|
Prelude.Basics.Nil = Constructor tag Just 0 arity 0
|
|
Prelude.Basics.:: = Constructor tag Just 1 arity 2
|
|
Builtin.MkPair = Constructor tag Just 0 arity 2
|
|
Prelude.Types.Stream.:: = Constructor tag Just 0 arity 2
|
|
Prelude.Num.MkNum = Constructor tag Just 0 arity 3
|
|
Prelude.Num.MkNeg = Constructor tag Just 0 arity 3
|
|
Prelude.Num.MkIntegral = Constructor tag Just 0 arity 3
|
|
Prelude.EqOrd.MkOrd = Constructor tag Just 0 arity 8
|
|
Prelude.EqOrd.MkEq = Constructor tag Just 0 arity 2
|
|
Prelude.Interfaces.MkMonoid = Constructor tag Just 0 arity 2
|
|
Prelude.Interfaces.MkFoldable = Constructor tag Just 0 arity 6
|