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
dataFoo=Foo{--| This is a comment above some line.-- It can span multiple lines.fooName::String
, fooAge::Int--^ This is a comment below some line.-- It can span multiple lines.}
Here is what stylish-haskell-0.10.0.0 produces:
dataFoo=Foo{fooName::String
, fooAge::Int--^ This is a comment below some line.}