-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Labels
Description
See e.g. IntersectMBO/plutus#4651
In addition, internally at MLabs we have plutus-tx projects that work with cabal build, but when building with haskell.nix, it gives the following non-sense error message:
GHC Core to PLC plugin: E043:Error: Reference to a name which is not a local, a builtin, or an external INLINABLE function: Variable PlutusTx.Base.$
$
is marked as INLINABLE: https://github.com/input-output-hk/plutus/blob/ab3d01280109c1b5d1522f9bae475f5984fbc055/plutus-tx/src/PlutusTx/Base.hs#L26
I don't have a minimal reproducible example unfortunately.