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
Thanks, a helpful set of changes and corrections to my terrible typos.
Can publish this as a minor version bump along with #37 (infixExpose).
Elm.Pretty.prettyModule
is now exposed (#36):Apart from that, some spelling mistakes and the
prepareLayout
example were corrected and unused imports were removed.