Closed lue-bird closed 3 years ago
Elm.Pretty.prettyModule is now exposed (#36):
Elm.Pretty.prettyModule
{-| Pretty prints a module definition. -} prettyModule : Module -> Doc
Apart from that, some spelling mistakes and the prepareLayout example were corrected and unused imports were removed.
prepareLayout
Sorry, the last commit accidentally included some elm-review files. I opened a new PR #40.
Elm.Pretty.prettyModule
is now exposed (#36):Apart from that, some spelling mistakes and the
prepareLayout
example were corrected and unused imports were removed.