elm/compiler/SourceSyntax
Michael Sondergaard 67924d1c8a Remove catch-all match in Declaration
These ought to actually be written out, as the previous TODO message stated,
but at least this way the compiler will warn us when adding a new Decl.
2013-11-04 20:34:29 +01:00
..
Declaration.hs Remove catch-all match in Declaration 2013-11-04 20:34:29 +01:00
Everything.hs Remove SourceSyntax.Rename, which was unused 2013-07-29 11:52:34 +02:00
Expression.hs Implement markdown interpolation 2013-10-25 17:36:30 +02:00
Helpers.hs Fix JS generation 2013-07-29 23:22:33 +02:00
Literal.hs Switch to using Double to represent floats internal 2013-08-31 13:14:39 -07:00
Location.hs Change "line" to "on line" in the string representation of one line SrcSpans 2013-08-06 15:43:31 -07:00
Module.hs Give more helpful error messages when deserializing elmi files 2013-11-03 20:35:10 -05:00
Pattern.hs reprime when printing expressions and patterns 2013-08-14 00:44:29 -07:00
PrettyPrint.hs reprime when printing expressions and patterns 2013-08-14 00:44:29 -07:00
Type.hs Throw an error when deserializing a bad type 2013-11-04 20:32:53 +01:00
Variable.hs Add support for pattern matching on literals. 2013-06-23 01:36:23 -07:00