add 'makeEffect' template stub

This commit is contained in:
Emily Martins 2022-03-28 13:12:16 +02:00
parent a8c9e2565e
commit eb259a9345
3 changed files with 34 additions and 4 deletions

View file

@ -11,7 +11,8 @@ module PPrelude (
module Plutarch,
) where
-- These are not exported by Plutarch.Prelude, for some reason. Maybe we can 'fix' this upstream?
import Plutarch (ClosedTerm, compile)
-- NOTE: These are not exported by Plutarch.Prelude, for some reason.
-- Maybe we can 'fix' this upstream?
import Plutarch (ClosedTerm, POpaque, compile)
import Plutarch.Prelude
import Prelude