mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
s/CodePoint/CodePt/g
This commit is contained in:
parent
69b1497907
commit
267836226c
25 changed files with 69 additions and 69 deletions
|
@ -563,9 +563,9 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
Box::new(bool_type())
|
||||
);
|
||||
|
||||
// startsWithCodePoint : Str, U32 -> Bool
|
||||
// startsWithCodePt : Str, U32 -> Bool
|
||||
add_top_level_function_type!(
|
||||
Symbol::STR_STARTS_WITH_CODE_POINT,
|
||||
Symbol::STR_STARTS_WITH_CODE_PT,
|
||||
vec![str_type(), u32_type()],
|
||||
Box::new(bool_type())
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue