zettelkast-0.1.0.0: Command-line utility for working with zettelkast files
Data.Path
data Root Source #
data Dir Source #
data File Source #
data Path a b where Source #
Constructors
Defined in Data.Path
Methods
id :: Path a a #
(.) :: Path b c -> Path a b -> Path a c #
showsPrec :: Int -> Path a b -> ShowS #
show :: Path a b -> String #
showList :: [Path a b] -> ShowS #
root :: Path Root Dir Source #
dir :: Text -> Path Dir Dir Source #
file :: Text -> Path Dir File Source #
toPosixPath :: Path a b -> FilePath Source #
fromPosixPath :: FilePath -> Path Root Dir Source #
(./) :: Path a b -> Path b c -> Path a c Source #