mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
9797a79b53
* Change the printing of namespaced operator to show parenthesis around operators * Update warning when conflicting fixities are found * Do not warn about redundant but compatible fixities
15 lines
758 B
Plaintext
15 lines
758 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
|