Idris2-boot/tests/ttimp/search003/expected
Edwin Brady 628a7bde0f Improve auto search to support interfaces
Parser now allows options on data types and functions, and elaborator
processes options so we can set up interfaces
2019-05-26 14:28:38 +01:00

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!