1
1
mirror of https://github.com/google/ormolu.git synced 2025-01-06 06:33:37 +03:00
ormolu/data/examples/declaration/value/function
2019-06-10 21:24:00 +02:00
..
arithmetic-sequences-out.hs Various adjustments 2019-06-04 22:45:16 +02:00
arithmetic-sequences.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
case-multi-line-out.hs Make case expressions hanging 2019-06-06 22:35:53 +02:00
case-multi-line.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
case-single-line-out.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
case-single-line.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
do-out.hs Fix rendering of hanging constructions 2019-06-08 19:29:23 +02:00
do.hs Fix rendering of hanging constructions 2019-06-08 19:29:23 +02:00
guards-out.hs Change formatting of operators and infix constructors 2019-06-05 20:36:04 +02:00
guards.hs Fix guards 2019-05-23 15:30:55 +02:00
if-multi-line-out.hs Fix rendering of hanging constructions 2019-06-08 19:29:23 +02:00
if-multi-line.hs Fix rendering of hanging constructions 2019-06-08 19:29:23 +02:00
if-single-line-out.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
if-single-line.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
infix-out.hs Implement the rest of binding types 2019-06-04 00:49:33 +02:00
infix.hs Implement the rest of binding types 2019-06-04 00:49:33 +02:00
lambda-case-out.hs Initial support for do notation 2019-06-06 20:50:52 +02:00
lambda-case.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
lambda-multi-line-out.hs Initial support for do notation 2019-06-06 20:50:52 +02:00
lambda-multi-line.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
lambda-single-line-out.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
lambda-single-line.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
let-multi-line-out.hs Change formatting of operators and infix constructors 2019-06-05 20:36:04 +02:00
let-multi-line.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
let-single-line-out.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
let-single-line.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
multi-way-if-out.hs Various adjustments 2019-06-04 22:45:16 +02:00
multi-way-if.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
multiline-arguments-out.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
multiline-arguments.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
multiple-matches-out.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
multiple-matches.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
negation-out.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
negation.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
operator-sections-out.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
operator-sections.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
overloaded-labels-out.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
overloaded-labels.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
pattern-bind-out.hs Implement the rest of binding types 2019-06-04 00:49:33 +02:00
pattern-bind.hs Implement the rest of binding types 2019-06-04 00:49:33 +02:00
pragmas-out.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
pragmas.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
prefix-out.hs Implement the rest of binding types 2019-06-04 00:49:33 +02:00
prefix.hs Implement the rest of binding types 2019-06-04 00:49:33 +02:00
record-constructors-out.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
record-constructors.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
record-patterns-out.hs Fix rendering of certain record patterns 2019-06-05 21:17:22 +02:00
record-patterns.hs Fix rendering of certain record patterns 2019-06-05 21:17:22 +02:00
record-updaters-out.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
record-updaters.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
record-wildcards-out.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
record-wildcards.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
sig-pattern-out.hs Implement rendering of ‘SigPat’s 2019-06-10 21:24:00 +02:00
sig-pattern.hs Implement rendering of ‘SigPat’s 2019-06-10 21:24:00 +02:00
simple-out.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
simple.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
static-pointers-out.hs Implement TypeApplications and StaticPointers support 2019-05-28 12:18:32 +02:00
static-pointers.hs Implement TypeApplications and StaticPointers support 2019-05-28 12:18:32 +02:00
tuple-sections-out.hs Various adjustments 2019-06-04 22:45:16 +02:00
tuple-sections.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
tuples-out.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
tuples.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
type-applications-out.hs Implement TypeApplications and StaticPointers support 2019-05-28 12:18:32 +02:00
type-applications.hs Implement TypeApplications and StaticPointers support 2019-05-28 12:18:32 +02:00
typed-expressions-out.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
typed-expressions.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
unboxed-sums-out.hs Various adjustments 2019-06-04 22:45:16 +02:00
unboxed-sums.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
unboxed-tuples-out.hs Various adjustments 2019-06-04 22:45:16 +02:00
unboxed-tuples.hs Implement rendering of most types of expressions 2019-06-04 22:45:16 +02:00
view-pattern-out.hs Implement view patterns 2019-06-08 20:31:08 +02:00
view-pattern.hs Implement view patterns 2019-06-08 20:31:08 +02:00
where-out.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00
where.hs Implement rendering of simplest value-level constructs 2019-05-18 18:47:53 +02:00