mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fixed Str.split definition in std
This commit is contained in:
parent
a11f0ec25a
commit
c0e5c295b6
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
// Str.split : Str, Str -> List Str
|
||||
add_type(
|
||||
Symbol::STR_SPLIT,
|
||||
SolvedType::Func(
|
||||
top_level_function(
|
||||
vec![str_type(), str_type()],
|
||||
Box::new(list_type(str_type())),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue