Skip to content

Commit

Permalink
Agda typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed May 31, 2024
1 parent 6b23686 commit ea7431e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-metatheory/src/Cost/Raw.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ record TwoVariableQuadraticFunction : Set where
coeff10 : CostingNat
coeff01 : CostingNat
coeff20 : CostingNat
coefr11 : CostingNat
coefr02 : CostingNat
coeff11 : CostingNat
coeff02 : CostingNat
{-# COMPILE GHC TwoVariableQuadraticFunction = data TwoVariableQuadraticFunction(TwoVariableQuadraticFunction) #-}
Expand Down

0 comments on commit ea7431e

Please sign in to comment.