diff --git a/src/System/IO.elm b/src/System/IO.elm index beb9e748d..f251e7013 100644 --- a/src/System/IO.elm +++ b/src/System/IO.elm @@ -12,7 +12,8 @@ port module System.IO exposing , putStr, putStrLn, getLine , ReplState(..), initialReplState , Point(..), PointInfo(..) - , Canonical(..), Content(..), Descriptor(..), FlatType(..), Mark(..), SuperType(..), Variable + , Descriptor(..), Content(..), SuperType(..), Mark(..), Variable, FlatType(..) + , Canonical(..) ) {-| Ref.: @@ -79,6 +80,16 @@ port module System.IO exposing @docs Point, PointInfo + +# Compiler.Type.Type + +@docs Descriptor, Content, SuperType, Mark, Variable, FlatType + + +# Compiler.Elm.ModuleName + +@docs Canonical + -} import Array exposing (Array) @@ -1177,7 +1188,7 @@ type FlatType --- CANONICAL +-- CANONICAL (Compiler.Elm.ModuleName) type Canonical