This commit is contained in:
Daniel Gröber 2015-12-27 00:00:43 +01:00
parent 28a0d26fe3
commit bcab7a0395
1 changed files with 1 additions and 1 deletions

View File

@ -56,11 +56,11 @@ data GhcModCommands =
| CmdSig FilePath Point | CmdSig FilePath Point
| CmdAuto FilePath Point | CmdAuto FilePath Point
| CmdRefine FilePath Point Expr | CmdRefine FilePath Point Expr
| CmdTest FilePath
-- interactive-only commands -- interactive-only commands
| CmdMapFile FilePath | CmdMapFile FilePath
| CmdUnmapFile FilePath | CmdUnmapFile FilePath
| CmdQuit | CmdQuit
| CmdTest FilePath
deriving (Show) deriving (Show)
commandsSpec :: Parser GhcModCommands commandsSpec :: Parser GhcModCommands