Idris2/tests/idris2/basic039/expected

21 lines
344 B
Plaintext
Raw Normal View History

1/1: Building Main (Main.idr)
2022-03-18 11:45:18 +03:00
Main> Main.MkFoo
Data constructor:
tag: 0
arity: 1
newtype by: (False, 0)
Compiled: Type Constructor:
tag: 0
arity: 1
newtype by: 0
Flags: contype [record]
Main> Main.MkBar
Data constructor:
tag: 0
arity: 1
Compiled: Type Constructor:
tag: 0
arity: 1
Flags: contype [record]
Main> Bye for now!