Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data CommitBundle
- data GroupInfoBundle
- data GroupInfoType
- data GroupInfoType
- data RatchetTreeType
- data RatchetTreeType
Documentation
data CommitBundle Source #
Fields :
commit
:: Lens' CommitBundle Data.ByteString.ByteString
welcome
:: Lens' CommitBundle Data.ByteString.ByteString
maybe'welcome
:: Lens' CommitBundle (Prelude.Maybe Data.ByteString.ByteString)
groupInfoBundle
:: Lens' CommitBundle GroupInfoBundle
Instances
data GroupInfoBundle Source #
Fields :
groupInfoType
:: Lens' GroupInfoBundle GroupInfoType
ratchetTreeType
:: Lens' GroupInfoBundle RatchetTreeType
groupInfo
:: Lens' GroupInfoBundle Data.ByteString.ByteString
Instances
data GroupInfoType Source #
Instances
data GroupInfoType Source #
Instances
data RatchetTreeType Source #
Instances
data RatchetTreeType Source #