FIX more exports

This commit is contained in:
Nathan Dwarshuis 2023-06-19 12:41:57 -04:00
parent 024a57179d
commit ec74e735d0
1 changed files with 6 additions and 0 deletions

View File

@ -569,6 +569,10 @@ let TxHalfGetter =
} }
} }
let FromTxHalfGetter = TxHalfGetter FromEntryGetter.Type
let ToTxHalfGetter = TxHalfGetter FromEntryGetter.Type
let TxSubGetter = let TxSubGetter =
{- {-
A means for transforming one row in a statement to a transaction A means for transforming one row in a statement to a transaction
@ -1179,6 +1183,8 @@ in { CurID
, TxGetter , TxGetter
, TxSubGetter , TxSubGetter
, TxHalfGetter , TxHalfGetter
, FromTxHalfGetter
, ToTxHalfGetter
, HistTransfer , HistTransfer
, SingleAllocation , SingleAllocation
, MultiAllocation , MultiAllocation