Skip to content

Commit

Permalink
PLT-3313: Re-extracted code
Browse files Browse the repository at this point in the history
  • Loading branch information
yveshauser committed Mar 21, 2023
1 parent 682977f commit bb42a23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions isabelle/generated/Semantics.hs
Expand Up @@ -8,11 +8,11 @@ module
TransactionOutput(..), Transaction_ext(..), evalValue,
evalObservation, txOutWarnings, txOutPayments, reductionLoop,
reduceContractUntilQuiescent, applyAllInputs, fixInterval,
computeTransaction, playTraceAux, playTrace, getOutcomes,
isQuiescent, maxTimeContract, getSignatures,
calculateNonAmbiguousInterval, txOutState, txOutContract,
equal_ReduceResult, equal_TransactionError,
equal_TransactionOutput, equal_Transaction_ext)
computeTransaction, playTrace, getOutcomes, isQuiescent,
maxTimeContract, getSignatures, calculateNonAmbiguousInterval,
txOutState, txOutContract, equal_ReduceResult,
equal_TransactionError, equal_TransactionOutput,
equal_Transaction_ext)
where {

import Prelude ((==), (/=), (<), (<=), (>=), (>), (+), (-), (*), (/), (**),
Expand Down

0 comments on commit bb42a23

Please sign in to comment.