Idris2/tests/idris2/linear011/expected
Edwin Brady 854804dbfb Determining argument check below top level
We need to check below top level too, since there could be holes that
we're happy to resolve by searching. The linearity test added
illustrates a place where this is needed.
2020-06-24 22:07:52 +01:00

18 lines
373 B
Plaintext

1/1: Building Network (Network.idr)
Main> 0 io : Type -> Type
sock : Socket
port : Int
addr : Maybe SocketAddress
ok : Int
-------------------------------------
foo1 : Socket Bound
Main> 0 io : Type -> Type
sock : Socket
port : Int
addr : Maybe SocketAddress
ok : Int
-------------------------------------
foo2 : Socket Closed
Main>
Bye for now!