diff --git a/dhall/common.dhall b/dhall/common.dhall index b0dd789..e9a7d34 100644 --- a/dhall/common.dhall +++ b/dhall/common.dhall @@ -49,12 +49,12 @@ let cron1 = let matchInf_ = nullMatch -let matchInf = \(x : T.TxGetter) -> nullMatch // { mTx = Some x } +let matchInf = \(x : T.TxGetter) -> nullMatch // { spTx = Some x } -let matchN_ = \(n : Natural) -> nullMatch // { mTimes = Some n } +let matchN_ = \(n : Natural) -> nullMatch // { spTimes = Some n } let matchN = - \(n : Natural) -> \(x : T.TxGetter) -> matchInf x // { mTimes = Some n } + \(n : Natural) -> \(x : T.TxGetter) -> matchInf x // { spTimes = Some n } let match1_ = matchN_ 1