Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
readFolderMH :: String -> Maybe FolderMH Source #
Parse FolderMH
value from String. That string must begin with
either +
character (absolute folder) or @
(relative folder)
for parsing to succeed.
String
datatype is used, since it is part of Options.Applicative
module API.
showFolderMH :: FolderMH -> String Source #
Convert FolderMH
value into String. The output is formatted like
programs from mh(7) suite would expect, and does not look like
automatically generated Show
instance.
String
datatype is used, since it is part of Options.Applicative
module API.