mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 02:41:43 +03:00
Parser now allows options on data types and functions, and elaborator processes options so we can set up interfaces
16 lines
378 B
Plaintext
16 lines
378 B
Plaintext
Processing as TTImp
|
|
Written TTC
|
|
Yaffle> Main.True
|
|
Yaffle> "True"
|
|
Yaffle> ((((Main.MkPair [Just b = Main.Bool]) [Just a = String]) "Z") Main.False)
|
|
Yaffle> Bye for now!
|
|
Processing as TTC
|
|
Read 0 holes
|
|
Read 0 guesses
|
|
Read 0 constraints
|
|
Read TTC
|
|
Yaffle> Main.True
|
|
Yaffle> "True"
|
|
Yaffle> ((((Main.MkPair [Just b = Main.Bool]) [Just a = String]) "Z") Main.False)
|
|
Yaffle> Bye for now!
|