Idris2/tests/idris2/basic/basic039/expected
2023-09-07 14:57:22 +01: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!