|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| | Methods | | | Instances | |
|
|
|
| | Methods | | | Instances | |
|
|
|
|
|
|
|
|
|
| typeclass for dumping literals in Perl 6 source code.
| | | Methods | | | Instances | |
|
|
|
| Turn a string into source-code fitting Perl 6 string literal.
May result in code for concatenation of several such literals.
The restult is a [Doc] rather than a single String so that
calling pretty-printers can render linebreaks at the correct places
trivially with cat.
|
|
|
| An FPS version of showStringLiteral.
Since the pretty-printing library isn't fps, this isn't
as fast as it might have been.
|
|
|
| An FPS version of showStringLiteral.
Since the pretty-printing library isn't fps, this isn't
as fast as it might have been.
|
|
| Produced by Haddock version 2.6.0 |