2020-05-19 20:25:18 +03:00
|
|
|
1/3: Building Linear (Linear.idr)
|
|
|
|
2/3: Building Channel (Channel.idr)
|
2021-05-14 19:35:21 +03:00
|
|
|
Warning: We are about to implicitly bind the following lowercase names.
|
|
|
|
You may be unintentionally shadowing the associated global definitions:
|
|
|
|
any is shadowing Prelude.Interfaces.any
|
2021-10-03 12:15:01 +03:00
|
|
|
|
|
|
|
Channel:63:6--63:11
|
|
|
|
59 | AsServer proto = ServerK proto (\res => Close)
|
|
|
|
60 |
|
|
|
|
61 | public export
|
|
|
|
62 | data QueueEntry : Type where
|
|
|
|
63 | Entry : (1 val : any) -> QueueEntry
|
|
|
|
^^^^^
|
|
|
|
|
2020-05-19 20:25:18 +03:00
|
|
|
3/3: Building TestProto (TestProto.idr)
|