Update %hide help to show it takes a 'name'.

This commit is contained in:
Thomas E. Hansen 2021-07-16 09:58:33 +02:00
parent 9fc3ee79e1
commit 7e904ecdef
No known key found for this signature in database
GPG Key ID: 27727D7EC6CB4F4C

View File

@ -293,7 +293,7 @@ mutual
show $ vsep $ map (((<++>) "+") . pretty {ann=()} . showDirective) $ filter isPragma directiveList show $ vsep $ map (((<++>) "+") . pretty {ann=()} . showDirective) $ filter isPragma directiveList
where where
showDirective : Directive -> String showDirective : Directive -> String
showDirective (Hide _) = "%hide term" showDirective (Hide _) = "%hide name"
showDirective (Logging _) = "%logging [topic] lvl" showDirective (Logging _) = "%logging [topic] lvl"
showDirective (LazyOn _) = "%auto_lazy on|off" showDirective (LazyOn _) = "%auto_lazy on|off"
showDirective (UnboundImplicits _) = "%unbound_implicits" showDirective (UnboundImplicits _) = "%unbound_implicits"