elm/compiler/SourceSyntax
2013-07-22 14:52:57 +02:00
..
Declaration.hs Create a source syntax for types that will get converted into the internal type representation during type checking. 2013-07-07 18:13:40 +02:00
Everything.hs Start using the PrettyPrint library to show expressions, literals, and patterns. 2013-07-07 12:56:34 +02:00
Expression.hs Nicer pretty printing and a special variable to "Save the Environment" 2013-07-19 17:45:16 +02:00
Helpers.hs Create an isOp function for strings. 2013-07-16 21:37:48 +02:00
Literal.hs fix pretty printer for chars 2013-07-13 01:05:48 +02:00
Location.hs Convert more files to the new Expression format that relies more on 2013-07-04 17:24:04 +02:00
Module.hs Begin to canonicalize imported values and types 2013-07-22 14:42:45 +02:00
Pattern.hs Switch the internal data constructor name for tuples. Before tuple 2013-07-14 19:52:50 +02:00
PrettyPrint.hs Nicer pretty printing and a special variable to "Save the Environment" 2013-07-19 17:45:16 +02:00
Rename.hs Start switching over to an AST that uses patterns in lambdas and 2013-07-04 11:36:08 +02:00
Type.hs Make pretty printing for types prettier 2013-07-22 14:52:57 +02:00
Variable.hs Add support for pattern matching on literals. 2013-06-23 01:36:23 -07:00