Safe Haskell | None |
---|---|
Language | Haskell98 |
This module implements a simple Shellac backend that uses only
the primitives from "System.IO". It provides no history or
command completion capabilities. You get whatever line editing
capabilities hGetLine
has and that's it.
Documentation
basicBackend :: ShellBackend () Source