| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Kioku.Cli.Commands.DemoSession
Documentation
data DemoSessionOptions Source #
Constructors
| DemoSessionOptions |
Instances
| Show DemoSessionOptions Source # | |
Defined in Kioku.Cli.Commands.DemoSession Methods showsPrec :: Int -> DemoSessionOptions -> ShowS # show :: DemoSessionOptions -> String # showList :: [DemoSessionOptions] -> ShowS # | |
| Eq DemoSessionOptions Source # | |
Defined in Kioku.Cli.Commands.DemoSession Methods (==) :: DemoSessionOptions -> DemoSessionOptions -> Bool # (/=) :: DemoSessionOptions -> DemoSessionOptions -> Bool # | |
runDemoSession :: DemoSessionOptions -> IO () Source #