mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +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
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user