1/3: Building Linear (Linear.idr)
2/3: Building Channel (Channel.idr)
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

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
           ^^^^^

3/3: Building TestProto (TestProto.idr)
