Idris2/tests/idris2/linear011/expected
2020-08-18 19:25:36 +01:00

18 lines
359 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!