We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bfb90 commit 1c0287dCopy full SHA for 1c0287d
language-nix/src/Language/Nix/Identifier.hs
@@ -25,8 +25,8 @@ import Text.PrettyPrint.HughesPJClass as PP
25
--
26
-- Reasonable people restrict themselves to identifiers of the form
27
-- @[a-zA-Z_][a-zA-Z0-9_'-]*@, because these don't need quoting. The
28
--- methods of the 'Text' class can be used to parse and pretty-print an
29
--- identifier with proper quoting:
+-- methods of the 'Pretty' class can be used to print an identifier with proper
+-- quoting:
30
31
-- >>> pPrint (ident # "test")
32
-- test
0 commit comments