Skip to content

Commit

Permalink
Fix missing Agda import (#5747)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm authored Jan 28, 2024
1 parent 3b4ddc1 commit 7f3bba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-benchmark/common/PlutusBenchmark/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import PlutusTx qualified as Tx
import UntypedPlutusCore qualified as UPLC
import UntypedPlutusCore.Evaluation.Machine.Cek as Cek

import MAlonzo.Code.Main (runUAgda)
import MAlonzo.Code.Evaluator.Term (runUAgda)

import Criterion.Main
import Criterion.Types (Config (..))
Expand Down

0 comments on commit 7f3bba2

Please sign in to comment.