mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-26 13:11:30 +03:00
442c5b529f
* [ fix ] collect constructors on LHS of cases alts * [ tests ] Updated expected These functions do refer to these constructors at runtime, so this is the correct output * Update CHANGELOG.md * [test] update test output again
15 lines
754 B
Plaintext
15 lines
754 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.MkMonad = Constructor tag Just 0 arity 3
|
|
Prelude.Interfaces.MkFoldable = Constructor tag Just 0 arity 6
|
|
Prelude.Interfaces.MkApplicative = Constructor tag Just 0 arity 3
|