| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ribosome.Data.RegisterType
Documentation
data RegisterType Source #
Instances
| Eq RegisterType Source # | |
Defined in Ribosome.Data.RegisterType | |
| Show RegisterType Source # | |
Defined in Ribosome.Data.RegisterType Methods showsPrec :: Int -> RegisterType -> ShowS # show :: RegisterType -> String # showList :: [RegisterType] -> ShowS # | |
| IsString RegisterType Source # | |
Defined in Ribosome.Data.RegisterType Methods fromString :: String -> RegisterType # | |
| Pretty RegisterType Source # | |
Defined in Ribosome.Data.RegisterType | |
| MsgpackEncode RegisterType Source # | |
Defined in Ribosome.Data.RegisterType Methods toMsgpack :: RegisterType -> Object Source # | |
| MsgpackDecode RegisterType Source # | |
Defined in Ribosome.Data.RegisterType Methods fromMsgpack :: Object -> Either Err RegisterType Source # missingKey :: String -> Object -> Either Err RegisterType Source # | |