Commit graph

4 commits

Author SHA1 Message Date
Evan Czaplicki
0070a844d0 Switch the internal data constructor name for tuples. Before tuple
constructors could be shadowed by user defined ADT's such as "Tuple0",
"Tuple2", etc. Now it uses "_Tuple0" to make it impossible to overlap
with user defined ASTs.
2013-07-14 19:52:50 +02:00
Evan Czaplicki
2b9853ce9b Get variable reordering working for Declarations. 2013-07-13 13:44:40 +02:00
Evan Czaplicki
433b533f4d Update tests to be actual programs, not just expressions. Content
stays the same.
2013-07-12 16:32:53 +02:00
Evan Czaplicki
a6bfa5f261 Add some basic test files for the type checker. 2013-07-12 16:32:02 +02:00