Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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.
Instances
IsString ScratchId Source # | |
Defined in Ribosome.Data.ScratchId fromString :: String -> ScratchId # | |
Show ScratchId Source # | |
Eq ScratchId Source # | |
Ord ScratchId Source # | |
Defined in Ribosome.Data.ScratchId | |
MsgpackDecode ScratchId Source # | |
Defined in Ribosome.Data.ScratchId | |
MsgpackEncode ScratchId Source # | |
Defined in Ribosome.Data.ScratchId |