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
A parser (using megaparsec) and type inference engine for Elm source code
HaskellBSD-3-Clause