1
1
mirror of https://github.com/google/ormolu.git synced 2024-12-01 00:32:04 +03:00
ormolu/data/examples/declaration/class
Utku Demir 159e5e7761 Use new operator style in types & declarations
```
a
  + b
```

instead of

```
a +
  b
2019-08-16 16:15:28 +02:00
..
associated-data-out.hs Implement handling of semicolons 2019-08-16 15:41:40 +02:00
associated-data.hs Support infix operator & multi-line class names 2019-06-19 21:09:34 +02:00
associated-type-defaults-out.hs Implement handling of semicolons 2019-08-16 15:41:40 +02:00
associated-type-defaults.hs Implement rendering of type class declarations 2019-06-16 13:59:10 +02:00
associated-types-out.hs Implement handling of semicolons 2019-08-16 15:41:40 +02:00
associated-types.hs Support infix operator & multi-line class names 2019-06-19 21:09:34 +02:00
default-implementations-out.hs Add newlines between most declarations in a type class 2019-06-25 23:26:43 +02:00
default-implementations.hs Implement rendering of type class declarations 2019-06-16 13:59:10 +02:00
default-signatures-out.hs Change parens style and how separated lists of items are printed 2019-08-04 13:32:06 +02:00
default-signatures.hs Implement rendering of type class declarations 2019-06-16 13:59:10 +02:00
dependency-super-classes-out.hs Change parens style and how separated lists of items are printed 2019-08-04 13:32:06 +02:00
dependency-super-classes.hs Implement rendering of type class declarations 2019-06-16 13:59:10 +02:00
empty-classes-out.hs Implement rendering of type class declarations 2019-06-16 13:59:10 +02:00
empty-classes.hs Implement rendering of type class declarations 2019-06-16 13:59:10 +02:00
functional-dependencies-out.hs Implement handling of semicolons 2019-08-16 15:41:40 +02:00
functional-dependencies.hs Implement rendering of type class declarations 2019-06-16 13:59:10 +02:00
multi-parameters-out.hs Implement handling of semicolons 2019-08-16 15:41:40 +02:00
multi-parameters.hs Support infix operator & multi-line class names 2019-06-19 21:09:34 +02:00
poly-kinded-classes-out.hs Fix some inconsistency in indentation 2019-08-04 16:50:38 +02:00
poly-kinded-classes.hs Support infix operator & multi-line class names 2019-06-19 21:09:34 +02:00
single-parameters-out.hs Implement handling of semicolons 2019-08-16 15:41:40 +02:00
single-parameters.hs Implement rendering of type class declarations 2019-06-16 13:59:10 +02:00
super-classes-out.hs Change parens style and how separated lists of items are printed 2019-08-04 13:32:06 +02:00
super-classes.hs Implement rendering of type class declarations 2019-06-16 13:59:10 +02:00
type-operators-out.hs Use new operator style in types & declarations 2019-08-16 16:15:28 +02:00
type-operators.hs Use new operator style in types & declarations 2019-08-16 16:15:28 +02:00