1
1
mirror of https://github.com/google/ormolu.git synced 2024-12-11 08:44:45 +03:00
ormolu/data/examples/declaration
yumiova 45e25a1146 Implement rendering of most types of expressions
This pull request implements most of currently missing types of expressions,
with the exception of:

* Do notation
* List comprehensions (list comprehensions are considered a kind of do
  notation in GHC)
* Arrow notation
* Template Haskell

Most expressions are pretty printed in an uncontroversial manner, preferably
similar to existing syntax.
2019-06-04 22:45:16 +02:00
..
data Build the project with Nix and switct to GHC 8.6.4 2019-05-31 14:43:15 +02:00
type Implement signature declarations 2019-05-16 19:03:14 +02:00
type-families Build the project with Nix and switct to GHC 8.6.4 2019-05-31 14:43:15 +02:00
type-synonyms Implement rendering of type synonyms 2019-04-09 22:45:23 +02:00
value Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00