ENH update types (and again)

This commit is contained in:
Nathan Dwarshuis 2023-04-30 23:00:26 -04:00
parent 0dbe1590b5
commit 65a280c3d7
1 changed files with 3 additions and 3 deletions

View File

@ -49,12 +49,12 @@ let cron1 =
let matchInf_ = nullMatch 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 = 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 let match1_ = matchN_ 1