lib/strings: hide asciiTable

Since it's an attribute set, the lib function location generating code
tries to generate locations for each of the characters...
This commit is contained in:
Naïm Favier 2023-03-04 13:20:49 +01:00
parent 0360354af6
commit a342ebe166
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -4,6 +4,8 @@ let
inherit (builtins) length;
asciiTable = import ./ascii-table.nix;
in
rec {
@ -34,8 +36,6 @@ rec {
unsafeDiscardStringContext
;
asciiTable = import ./ascii-table.nix;
/* Concatenate a list of strings.
Type: concatStrings :: [string] -> string