Idris2/tests/idris2/linear011/expected

18 lines
373 B
Plaintext
Raw Normal View History

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!