Skip to content

Commit

Permalink
WIP fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
decioferreira committed Dec 6, 2024
1 parent 44c7a25 commit 23bd324
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/System/IO.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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.: <https://hackage.haskell.org/package/base-4.20.0.1/docs/System-IO.html>
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -1177,7 +1188,7 @@ type FlatType



-- CANONICAL
-- CANONICAL (Compiler.Elm.ModuleName)


type Canonical
Expand Down

0 comments on commit 23bd324

Please sign in to comment.