v0.6.3
Fixes anchoring of =
in data and type declarations so you don't potentially (depending on source newlines) get:
type Foo
=
{ bar :: Int }
But rather
type Foo =
{ bar :: Int }
Fixes anchoring of =
in data and type declarations so you don't potentially (depending on source newlines) get:
type Foo
=
{ bar :: Int }
But rather
type Foo =
{ bar :: Int }