Skip to content

0.3.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@avh4 avh4 released this 20 May 04:16
0.3.1-alpha

This is a bug fix release.

Changelog

  • BUG: Fixed formatting of the following code (in 0.3.0-alpha it would format to invalid syntax) #179

    import Dict as D
        exposing
            ( empty
            , fromList
            )