-- editorconfig-checker-disable-file module PlutusTx.Utils where -- We do not use qualified import because the whole module contains off-chain code import Prelude as Haskell mustBeReplaced :: String -> a mustBeReplaced :: forall a. String -> a mustBeReplaced String message = forall a. HasCallStack => String -> a error forall a b. (a -> b) -> a -> b $ String "This must be replaced by the core-to-plc plugin during compilation: " forall a. Semigroup a => a -> a -> a <> String message