ContentsIndex
Shell.Interactive.Command
Portability portable
Stability experimental
Maintainer egallego@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]
Instances
Eq InternalC
Show InternalC
data Command
Global commands.
Constructors
ShellCommand InternalC
Query String
Empty
Instances
Eq Command
Show Command
parseCommand :: String -> [String] -> Maybe InternalC
Produced by Haddock version 0.6