{-| A type to represent versions of Elm for produced code to work against
-}
module Elm.Versions where

data ElmVersion
  = Elm0p16
  | Elm0p17