elm/compiler/Types
evancz 94bb5e5a31 Change the type of FieldState slightly. Now uses selectionStart and selectionEnd instead of the more ambiguous start and end.
Also add tons of documentation to `Graphics.Input`.

Also add the `emptyFieldState` value.
2013-05-20 15:35:44 +02:00
..
Alias.hs Change the type of FieldState slightly. Now uses selectionStart and selectionEnd instead of the more ambiguous start and end. 2013-05-20 15:35:44 +02:00
Constrain.hs Provide a way to define super-types in type annotations. Should not be used outside of core libraries. 2013-04-09 19:50:56 -07:00
Hints.hs Allow elm-doc to handle type aliases and ADTs. 2013-05-17 12:50:01 +02:00
Solver.hs Provide a way to define super-types in type annotations. Should not be used outside of core libraries. 2013-04-09 19:50:56 -07:00
Substitutions.hs Provide a way to define super-types in type annotations. Should not be used outside of core libraries. 2013-04-09 19:50:56 -07:00
Types.hs Fix how types are converted to strings. This actually fixes some bugs that come from generating docs.json, which led to incorrect types being used in the compiler. 2013-04-09 22:12:31 -07:00
Unify.hs Get type dealiasing working. 2013-04-05 09:55:30 -07:00