Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Ribosome.Data.ScratchId
Description
The ID type used to store active scratch buffers.
Synopsis
- newtype ScratchId = ScratchId {
- unScratchId :: Text
Documentation
The ID type used to store active scratch buffers.
Constructors
ScratchId | |
Fields
|
Instances
IsString ScratchId Source # | |
Defined in Ribosome.Data.ScratchId Methods fromString :: String -> ScratchId # | |
Show ScratchId Source # | |
Eq ScratchId Source # | |
Ord ScratchId Source # | |
MsgpackDecode ScratchId Source # | |
Defined in Ribosome.Data.ScratchId | |
MsgpackEncode ScratchId Source # | |
Defined in Ribosome.Data.ScratchId |