-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Parser and builder for unix-path-like objects. -- -- Parser and builder for unix-path-like objects used in multiformats -- (https:/github.commultiformats) @package multipath @version 0.1.0.0 module Codec.Text.Multipath type Multipath = [String] fromBytes :: [Word8] -> Either String Multipath toBytes :: Multipath -> [Word8] fromString :: String -> Either String Multipath toString :: Multipath -> String