Fix a display bug in the :help command

Don't try to figure out when parens are needed on operators
This commit is contained in:
Trevor Elliott 2015-09-27 19:39:33 -05:00
parent 8bcefbe4dd
commit 5cb9280530

View File

@ -700,7 +700,7 @@ helpCmd cmd
rPrint $ runDoc nameEnv
$ nest 4
$ property
<+> optParens ifDeclInfix (pp qname)
<+> pp qname
<+> colon
<+> pp (ifDeclSig)