| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
System.Wordexp.Simple
Contents
Description
Simple wordexp (and wordfree) Haskell wrapper
Synopsis
Simple wrapper
wordexp :: String -> IO [String] Source #
Simple wordexp wrapper
Return expanded strings or throw an exception if any error is encountered
Exceptions
data WordexpError Source #
Possible wordexp errors
Constructors
| OutOfSpace | |
| IllegalCharacterOccurence | |
| UndefinedShellVariable | |
| CommandSubstitution | |
| ShellSyntaxError |