mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
define one global static str
This commit is contained in:
parent
577d801829
commit
1b3bbaf5de
2 changed files with 30 additions and 63 deletions
|
@ -904,6 +904,7 @@ define_builtins! {
|
|||
14 STR_UT8_BYTE_PROBLEM: "Utf8ByteProblem" // the Utf8ByteProblem type alias
|
||||
15 STR_TO_BYTES: "toBytes"
|
||||
16 STR_STARTS_WITH_CODE_POINT: "startsWithCodePoint"
|
||||
17 STR_ALIAS_ANALYSIS_STATIC: "#aliasAnalysisStatic" // string with the static lifetime
|
||||
}
|
||||
4 LIST: "List" => {
|
||||
0 LIST_LIST: "List" imported // the List.List type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue