You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
haddock fails to parse a vertical bar comment on the last constructor of a datatype
module Main where
main = print "hi"
data Fooa =
Bara -- | this is fine
| Baza -- | this line is fine
| Quuxa
data Foo =
Bar -- | this is fine
| Baz -- | this line breaks unless there's another data constructor on the next line!