Export commandList from module Cryptol.REPL.Command.

This commit is contained in:
Brian Huffman 2019-08-28 11:22:29 -07:00
parent 12805bef0e
commit 9c55ec56c6

View File

@ -19,6 +19,7 @@ module Cryptol.REPL.Command (
, findCommand
, findCommandExact
, findNbCommand
, commandList
, moduleCmd, loadCmd, loadPrelude, setOptionCmd