Skip to content

Commit

Permalink
Small fix after drop uni PR (#5098)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolaos Bezirgiannis <bezirg@users.noreply.github.com>
  • Loading branch information
bezirg and bezirg authored Jan 31, 2023
1 parent 1a19ae6 commit c8520e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ applyEvaluate !_ !_ val _ =
-- MAYBE: runCekDeBruijn can be shared between original&debug ceks by passing a `enterComputeCek` func.
runCekDeBruijn
:: (PrettyUni uni fun)
=> MachineParameters CekMachineCosts CekValue uni fun ann
=> MachineParameters CekMachineCosts fun (CekValue uni fun ann)
-> ExBudgetMode cost uni fun
-> EmitterMode uni fun
-> Term NamedDeBruijn uni fun ann
Expand Down Expand Up @@ -340,7 +340,7 @@ defaultSlippage = 200
runCekM
:: forall a cost uni fun ann.
(PrettyUni uni fun)
=> MachineParameters CekMachineCosts CekValue uni fun ann
=> MachineParameters CekMachineCosts fun (CekValue uni fun ann)
-> ExBudgetMode cost uni fun
-> EmitterMode uni fun
-> (forall s. GivenCekReqs uni fun ann s => CekM uni fun s a)
Expand Down

0 comments on commit c8520e1

Please sign in to comment.