yaml-rpc-0.1: Simple library for network (TCP/IP) YAML RPCSource codeContentsIndex
Network.YAML.Base
Documentation
class (ConvertSuccess YamlObject a, ConvertSuccess a YamlObject, Default a) => IsYamlObject a Source
show/hide Instances
getAttr :: ByteString -> YamlObject -> Maybe YamlObjectSource
getScalar :: IsYamlScalar a => YamlObject -> Maybe aSource
getList :: YamlObject -> [YamlObject]Source
getScalarAttr :: IsYamlScalar a => ByteString -> YamlObject -> Maybe aSource
getSubKey :: IsYamlScalar a => ByteString -> ByteString -> YamlObject -> Maybe aSource
getItem :: ByteString -> Int -> YamlObject -> YamlObjectSource
getListAttr :: ByteString -> YamlObject -> [YamlObject]Source
getFirstKey :: YamlObject -> ByteStringSource
serialize :: IsYamlObject a => a -> ByteStringSource
unserialize :: IsYamlObject a => ByteString -> Maybe aSource
Produced by Haddock version 2.6.1