ribosome-host-0.9.9.9: lib/Ribosome/Host/Path.hs
-- |Path combinators. module Ribosome.Host.Path where import Path (Path, toFilePath) -- |Render a 'Path' as 'Text'. pathText :: Path b t -> Text pathText = toText . toFilePath
-- |Path combinators. module Ribosome.Host.Path where import Path (Path, toFilePath) -- |Render a 'Path' as 'Text'. pathText :: Path b t -> Text pathText = toText . toFilePath