2021-03-29 17:08:06 +03:00
|
|
|
Dumping case trees to Main.cases
|
2021-05-11 10:26:00 +03:00
|
|
|
Prelude.Basics.Nil = Constructor tag Just 0 arity 0
|
|
|
|
Prelude.Basics.:: = Constructor tag Just 1 arity 2
|
2021-05-10 13:19:18 +03:00
|
|
|
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
|
2021-06-01 17:05:04 +03:00
|
|
|
Prelude.Interfaces.MkMonoid = Constructor tag Just 0 arity 2
|
2023-03-14 18:05:19 +03:00
|
|
|
Prelude.Interfaces.MkMonad = Constructor tag Just 0 arity 3
|
2021-06-01 17:05:04 +03:00
|
|
|
Prelude.Interfaces.MkFoldable = Constructor tag Just 0 arity 6
|
2023-03-14 18:05:19 +03:00
|
|
|
Prelude.Interfaces.MkApplicative = Constructor tag Just 0 arity 3
|