Idris2-boot/tests/idris2/linear005/expected
2019-09-24 20:26:25 +06:00

23 lines
531 B
Plaintext

1/2: Building Linear (Linear.idr)
2/2: Building Door (Door.idr)
Door> 0 m : Type -> Type
1 d : Door Closed
-------------------------------------
something : Int
Door> 0 m : Type -> Type
1 d : Door Closed
x : Int
-------------------------------------
bar : Use Many m ()
Door> 0 m : Type -> Type
0 d : Door Closed
-------------------------------------
something2 : Int
Door> 0 m : Type -> Type
0 d : Door Closed
x : Int
1 d' : Door Closed
-------------------------------------
bar2 : Use Many m ()
Door> Bye for now!