Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Feb 2, 2023
1 parent ae11c9e commit cec89d4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
{-# LANGUAGE UndecidableInstances #-}

{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# OPTIONS_GHC -ddump-simpl -ddump-to-file -dsuppress-uniques -dsuppress-coercions -dsuppress-type-applications -dsuppress-unfoldings -dsuppress-idinfo -dumpdir /tmp/dumps #-}
{-# OPTIONS_GHC -O2 #-}

{-# OPTIONS_GHC -ddump-simpl -ddump-to-file -dsuppress-uniques -dsuppress-coercions -dsuppress-type-applications -dsuppress-unfoldings -dsuppress-idinfo -dppr-cols=200 -dumpdir /tmp/dumps #-}

module UntypedPlutusCore.Evaluation.Machine.Cek.Internal
-- See Note [Compilation peculiarities].
Expand Down Expand Up @@ -777,7 +779,6 @@ enterComputeCek = computeCek (toWordArray 0) where
throwingWithCause _MachineError UnexpectedBuiltinTermArgumentMachineError (Just term')
applyEvaluate !_ !_ val _ =
throwingDischarged _MachineError NonFunctionalApplicationMachineError val
{-# INLINE applyEvaluate #-}

-- | Spend the budget that has been accumulated for a number of machine steps.
spendAccumulatedBudget :: WordArray -> CekM uni fun s ()
Expand Down

0 comments on commit cec89d4

Please sign in to comment.