Skip to content

Commit

Permalink
Update %hide help to show it takes a 'name'.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCellist committed Jul 16, 2021
1 parent 9fc3ee7 commit 7e904ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Idris/Syntax.idr
Expand Up @@ -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"
Expand Down

0 comments on commit 7e904ec

Please sign in to comment.