[Browse] Use '--' as parent separator

This commit is contained in:
Nikolay Yakimov 2016-05-11 16:53:42 +03:00
parent 8e33dbd88d
commit 32b18d915b
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ showExport opt minfo e = do
(" :: " ++ typeName) `justIf` optBrowseDetailed opt
let parent = do
thing <- fmap getOccString $ tyResult >>= tyThingParent_maybe
(" ; " ++ thing) `justIf` optBrowseParents opt
(" -- " ++ thing) `justIf` optBrowseParents opt
return $ case concat $ catMaybes [sig, parent] of
[] -> Nothing
x -> Just x