mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
21 lines
344 B
Plaintext
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!
|