idris-1.3.4: Functional Programming Language with Dependent Types
LicenseBSD3
MaintainerThe Idris Community.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Idris.REPL.Parser

Description

 

Documentation

parseCmd :: IState -> String -> String -> Either ParseError (Either String Command) Source #

help :: [([String], CmdArg, String)] Source #

allHelp :: [([String], CmdArg, String)] Source #

setOptions :: [(String, Opt)] Source #