Idris2/tests/idris2/basic039/expected
2022-03-18 08:45:18 +00:00

21 lines
344 B
Plaintext

1/1: Building Main (Main.idr)
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!