function-arrows
| Description | Styling of arrows in type signatures |
|---|---|
| Options |
|
| Default | trailing |
| Ormolu | trailing |
| Since | v0.8.2.0 |
Examples
show2WithLabel ::
forall a b.
(Show a, Show b) =>
String ->
(a, b) ->
String
show2WithLabel
:: forall a b
. (Show a, Show b)
=> String
-> (a, b)
-> String
show2WithLabel ::
forall a b.
(Show a, Show b) =>
String
-> (a, b)
-> String
For more examples, see the test files.