We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Plutarch.Test.Eval
1 parent d215e4f commit 40b5f8aCopy full SHA for 40b5f8a
plutus-unit/plutus-unit.cabal
@@ -80,10 +80,8 @@ common common-lang
80
library
81
import: common-lang
82
exposed-modules:
83
- Plutarch.Test.Program
84
-
85
- other-modules:
86
+ Plutarch.Test.Program
87
88
build-depends:
89
, optics-core
plutus-unit/src/Plutarch/Test/Eval.hs
@@ -1,4 +1,4 @@
1
-module Plutarch.Test.Eval (evalScript) where
+module Plutarch.Test.Eval (evalScript, evalTerm) where
2
3
-- Adapted from Plutarch.Internal.Evaluate
4
0 commit comments