Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
This datatype represent contains all information, that control operation of program: what information to input, how to process it, where to output it.
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.