From 23bd32480edfebe3400d079e95e7de4f5524bb83 Mon Sep 17 00:00:00 2001 From: Decio Ferreira Date: Fri, 6 Dec 2024 18:13:09 +0000 Subject: [PATCH] WIP fix build --- src/System/IO.elm | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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