Haddock documentation

This commit is contained in:
Nikolay Yakimov
2015-12-07 19:57:33 +03:00
parent 01e1a83c25
commit cdaf586941
4 changed files with 18 additions and 8 deletions

View File

@@ -27,12 +27,10 @@ import Prelude
----------------------------------------------------------------
-- | Getting functions, classes, etc from a module.
-- If 'detailed' is 'True', their types are also obtained.
-- If 'operators' is 'True', operators are also returned.
browse :: forall m. IOish m
=> BrowseOpts
-> String -- ^ A module name. (e.g. \"Data.List\", "base:Prelude")
-> GhcModT m String
=> BrowseOpts -- ^ Configuration parameters
-> String -- ^ A module name. (e.g. \"Data.List\", "base:Prelude")
-> GhcModT m String
browse opts pkgmdl = do
convert' . sort =<< go
where