ip-0.9.3: Library for IP and MAC addresses
Net.Mac.Text
encode :: Mac -> Text Source #
encodeWith :: MacCodec -> Mac -> Text Source #
decode :: Text -> Maybe Mac Source #
decodeWith :: MacCodec -> Text -> Maybe Mac Source #
decodeEither :: Text -> Either String Mac Source #
decodeEitherWith :: MacCodec -> Text -> Either String Mac Source #
builder :: Mac -> Builder Source #
parser :: Parser Mac Source #
parserWith :: MacCodec -> Parser Mac Source #