While writing tests for the prelude, I ran into the following problem:
[Error] Critical: Attempting to generate a fresh symbol of sort
Var@PLUTUS-CORE-SYNTAX but no fresh function can be found.
while evaluating function _[_/_]
The test case that causes this can be in prelude.plc, on branch
prelude-tests:
(define test_curry
[[Prelude.curry (lam x y (builtin addInt x y))]
(con Prelude.MkPair 1 2)])
While writing tests for the prelude, I ran into the following problem:
The test case that causes this can be in
prelude.plc
, on branchprelude-tests
: