mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 15:52:43 +03:00
Update %hide
help to show it takes a 'name'.
This commit is contained in:
parent
9fc3ee79e1
commit
7e904ecdef
@ -293,7 +293,7 @@ mutual
|
||||
show $ vsep $ map (((<++>) "+") . pretty {ann=()} . showDirective) $ filter isPragma directiveList
|
||||
where
|
||||
showDirective : Directive -> String
|
||||
showDirective (Hide _) = "%hide term"
|
||||
showDirective (Hide _) = "%hide name"
|
||||
showDirective (Logging _) = "%logging [topic] lvl"
|
||||
showDirective (LazyOn _) = "%auto_lazy on|off"
|
||||
showDirective (UnboundImplicits _) = "%unbound_implicits"
|
||||
|
Loading…
Reference in New Issue
Block a user