/elm-type-inference

A parser (using megaparsec) and type inference engine for Elm source code

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

elm-type-inference

Build Status

Updating src/Elm

This directory includes Haskell modules of type declaration strings from elm/core.

$ cd vendor
$ git clone https://github.com/elm/core.git
$ cd ..
$ python3 FilterTypeAnnotations.py vendor/core/src/Basics.elm > src/Elm/Basics.hs