mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
📝 evaluatePackageBody.
This commit is contained in:
parent
705a6b125f
commit
5667500a1a
@ -185,6 +185,7 @@ evaluatePackage :: ( Effectful m
|
||||
-> m effects [value]
|
||||
evaluatePackage p = pushOrigin (packageOrigin p) (evaluatePackageBody (packageBody p))
|
||||
|
||||
-- | Evaluate a given package body (module table and entry points).
|
||||
evaluatePackageBody :: MonadEvaluatable location term value m
|
||||
=> PackageBody term
|
||||
-> m [value]
|
||||
|
Loading…
Reference in New Issue
Block a user