mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-29 01:45:36 +03:00
additional exports for cryptol-server
This commit is contained in:
parent
494bf6d92e
commit
53201d7ac3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user