Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Build REPL apps
Documentation
data ContinueExit Source #
Signals whether the application should continue asking input from the user or exit.
Instances
Show ContinueExit Source # | |
Defined in TinyApp.Repl showsPrec :: Int -> ContinueExit -> ShowS # show :: ContinueExit -> String # showList :: [ContinueExit] -> ShowS # | |
Eq ContinueExit Source # | |
Defined in TinyApp.Repl (==) :: ContinueExit -> ContinueExit -> Bool # (/=) :: ContinueExit -> ContinueExit -> Bool # |
Defines a REPL application that is not allowed to perform arbitrary IO while executing.
Sandbox | |
|