1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00

Expose evalModule

This commit is contained in:
joshvera 2018-05-03 19:52:56 -04:00
parent 702b7fb1b7
commit 9f51129314

View File

@ -9,6 +9,7 @@ module Data.Abstract.Evaluatable
, ResolutionError(..) , ResolutionError(..)
, variable , variable
, evaluateInScopedEnv , evaluateInScopedEnv
, evalModule
, evaluatePackage , evaluatePackage
, evaluatePackageBody , evaluatePackageBody
, throwEvalError , throwEvalError