Closed
Description
As defined here:
data Maybe a = Nothing | Just a
deriving (Eq, Ord)
There's no indentation level that will result in the deriving being 2 spaces. It'll only do this:
data Maybe a = Nothing | Just a
deriving (Eq, Ord)
Metadata
Metadata
Assignees
Labels
No labels