mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 21:11:35 +03:00
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:
parent
8bcefbe4dd
commit
5cb9280530
@ -700,7 +700,7 @@ helpCmd cmd
|
||||
rPrint $ runDoc nameEnv
|
||||
$ nest 4
|
||||
$ property
|
||||
<+> optParens ifDeclInfix (pp qname)
|
||||
<+> pp qname
|
||||
<+> colon
|
||||
<+> pp (ifDeclSig)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user