xref: /Universal-ctags/Units/parser-elm.r/elm-modules.d/input-3.elm (revision 94e964efcdb54004e666334f92f6bee597c7ab96)
1-- Should be able to parse multiple exposed items in a module declaration
2
3module A3Module exposing
4    ( map, foldl
5    , Maybe, Possibly
6    , Result(..)
7    , MyList(Empty), Tree(Node, Value, Special) )
8
9