2022-10-14 18:21:06 +03:00
|
|
|
1/1: Building ForcedPats (ForcedPats.idr)
|
|
|
|
Main> Main.idL
|
|
|
|
Arguments [{arg:0}, {arg:1}, {arg:2}]
|
|
|
|
Compile time tree: case {arg:2} of
|
|
|
|
Nil {e:0} => []
|
|
|
|
(::) {e:1} {e:2} {e:3} => {e:2} :: idL {e:3} (view {e:3})
|
|
|
|
Erasable args: [0]
|
|
|
|
Detaggable arg types: [2]
|
|
|
|
Inferrable args: [1, 0]
|
|
|
|
Compiled: \ {arg:1}, {arg:2} => case {arg:2} of
|
|
|
|
{ Main.Nil {tag = 0} [nil] => Prelude.Basics.Nil {tag = 0} [nil]
|
|
|
|
; Main.(::) {tag = 1} [cons] {e:2} {e:3} => Prelude.Basics.(::) {tag = 1} [cons] {e:2} (Main.idL {e:3} (Main.view {e:3}))
|
|
|
|
}
|
|
|
|
Refers to: Main.view, Main.idL, Prelude.Basics.Nil, Prelude.Basics.(::)
|
2023-03-14 18:05:19 +03:00
|
|
|
Refers to (runtime): Main.view, Main.idL, Main.Nil, Main.(::), Prelude.Basics.Nil, Prelude.Basics.(::)
|
2022-10-14 18:21:06 +03:00
|
|
|
Flags: covering
|
2023-10-17 21:09:18 +03:00
|
|
|
Size change:
|
|
|
|
Prelude.Basics.Nil:
|
2023-11-02 14:06:27 +03:00
|
|
|
l 0 1 2
|
|
|
|
r +------
|
|
|
|
0 | = < <
|
2023-10-17 21:09:18 +03:00
|
|
|
Prelude.Basics.(::):
|
2023-11-02 14:06:27 +03:00
|
|
|
l 0 1 2
|
|
|
|
r +------
|
|
|
|
0 | = < <
|
|
|
|
1 | < <
|
2023-10-17 21:09:18 +03:00
|
|
|
Main.idL:
|
2023-11-02 14:06:27 +03:00
|
|
|
l 0 1 2
|
|
|
|
r +------
|
|
|
|
0 | = < <
|
|
|
|
1 | < <
|
2022-10-14 18:21:06 +03:00
|
|
|
Main>
|
|
|
|
Bye for now!
|