Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
RecordShellToMarkdown.Data
Synopsis
- data ShellIO = ShellIO {
- shell_inputs :: Seq Text
- shell_output :: !Text
- shell_wd :: Text
- type RecordShellToMarkdownState a = StateT (Seq ShellIO) IO a
Documentation
Shell Input and Output
Constructors
ShellIO | |
Fields
|