Added detailed info for browse
Rebasing 5 commits: Some cleanup Loads info from dependent module if name is only exported Minor fix Fixed operator to work with -d Drops foralls from function type
This commit is contained in:
2
Types.hs
2
Types.hs
@@ -9,6 +9,7 @@ data Options = Options {
|
||||
, hlintOpts :: [String]
|
||||
, ghcOpts :: [String]
|
||||
, operators :: Bool
|
||||
, detailed :: Bool
|
||||
, expandSplice :: Bool
|
||||
, sandbox :: Maybe String
|
||||
}
|
||||
@@ -19,6 +20,7 @@ defaultOptions = Options {
|
||||
, hlintOpts = []
|
||||
, ghcOpts = []
|
||||
, operators = False
|
||||
, detailed = False
|
||||
, expandSplice = False
|
||||
, sandbox = Nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user