additional exports for cryptol-server

This commit is contained in:
Adam C. Foltzer 2015-06-12 10:30:03 -07:00
parent 494bf6d92e
commit 53201d7ac3

View File

@ -17,7 +17,15 @@ module Cryptol.REPL.Command (
, findCommandExact
, findNbCommand
, moduleCmd, loadCmd, loadPrelude
, moduleCmd, loadCmd, loadPrelude, setOptionCmd
-- Parsing
, interactiveConfig
, replParseExpr
-- Evaluation and Typechecking
, replEvalExpr
, replCheckExpr
-- Misc utilities
, handleCtrlC