Closed ThomasWeiser closed 8 years ago
Grammar now accepts both syntax variations:
Elm 0.16: module Queue (..) where Elm 0.17: module Queue exposing (..)
module Queue (..) where
module Queue exposing (..)
Thanks for your contribution!
Grammar now accepts both syntax variations:
Elm 0.16:
module Queue (..) where
Elm 0.17:module Queue exposing (..)