elm/compiler/Metadata
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
..
Libraries.hs Switch the internal data constructor name for tuples. Before tuple 2013-07-14 19:52:50 +02:00
LoadLibraries.hs Rename Model/ to Metadata/ because it now only holds info about the types of library functions. 2013-06-13 20:45:12 -07:00