Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TinyApp.Repl
Description
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 Methods showsPrec :: Int -> ContinueExit -> ShowS # show :: ContinueExit -> String # showList :: [ContinueExit] -> ShowS # | |
Eq ContinueExit Source # | |
Defined in TinyApp.Repl |
Defines a REPL application that is not allowed to perform arbitrary IO while executing.
Constructors
Sandbox | |
Fields
|