elm/tests/good
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
..
Apply.elm Add some basic test files for the type checker. 2013-07-12 16:32:02 +02:00
Soundness.elm Switch the internal data constructor name for tuples. Before tuple 2013-07-14 19:52:50 +02:00
Soundness1.elm Update tests to be actual programs, not just expressions. Content 2013-07-12 16:32:53 +02:00
Soundness2.elm Update tests to be actual programs, not just expressions. Content 2013-07-12 16:32:53 +02:00
Soundness3.elm Update tests to be actual programs, not just expressions. Content 2013-07-12 16:32:53 +02:00
SoundnessAnnotated1.elm Update tests to be actual programs, not just expressions. Content 2013-07-12 16:32:53 +02:00
SoundnessAnnotated2.elm Update tests to be actual programs, not just expressions. Content 2013-07-12 16:32:53 +02:00
SoundnessAnnotated3.elm Update tests to be actual programs, not just expressions. Content 2013-07-12 16:32:53 +02:00