ContentsIndex
Shell.Interactive.Command
Portabilityportable
Stabilityexperimental
Maintaineregallego@babel.ls.fi.upm.es
Description

Last modified: 05 Oct 2004, 17:12

Defines interactive shell datatypes.

Synopsis
data InternalC
= Quit
| Load [String]
data Command
= ShellCommand InternalC
| Query String
| Empty
parseCommand :: String -> [String] -> Maybe InternalC
Documentation
data InternalC
Internal commands.
Constructors
Quit
Load [String]
show/hide Instances
data Command
Global commands.
Constructors
ShellCommand InternalC
Query String
Empty
show/hide Instances
parseCommand :: String -> [String] -> Maybe InternalC
Produced by Haddock version 0.8