Export evalSel from Cryptol.Eval

This is needed to do eta-expansion of values when using Cryptol as a
library.
This commit is contained in:
David Thrane Christiansen 2019-01-29 18:04:15 -08:00
parent d38eab4b2c
commit 1dfc09e533

View File

@ -25,6 +25,7 @@ module Cryptol.Eval (
, emptyEnv , emptyEnv
, evalExpr , evalExpr
, evalDecls , evalDecls
, evalSel
, EvalError(..) , EvalError(..)
, forceValue , forceValue
) where ) where