Shellac-0.9.9: A framework for creating shell envinronments

Safe HaskellNone
LanguageHaskell2010

System.Console.Shell.Backend.Basic

Description

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