function-arrows

DescriptionStyling of arrows in type signatures
Options
  • trailing
  • leading
  • leading-args
Defaulttrailing
Ormolutrailing
Sincev0.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.