elm/tests
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
..
good Switch the internal data constructor name for tuples. Before tuple 2013-07-14 19:52:50 +02:00
tests Rename elm/ directory to test/ 2013-05-22 10:49:53 +02:00
Everything.hs Begin adding testing framework to .cabal file. 2013-07-14 19:51:52 +02:00
test Rename elm/ directory to test/ 2013-05-22 10:49:53 +02:00
testRepl Rename elm/ directory to test/ 2013-05-22 10:49:53 +02:00