literal - pannous/angle GitHub Wiki
The literal type keyword forces uninterpreted reading of each char when parsing. It is the strongest form of a quote, near identical to the contents of a double quoted string.
example signature:
import literal package = ...
The difference to
import string package = ...
is that the string needs to be double quoted and can be provided via reference