mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Fix a comment
This commit is contained in:
parent
9dd9b7951d
commit
5a22348f35
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
||||||
unique_function(vec![list_type(UVAR1, TVAR1)], bool_type(UVAR2)),
|
unique_function(vec![list_type(UVAR1, TVAR1)], bool_type(UVAR2)),
|
||||||
);
|
);
|
||||||
|
|
||||||
// len : List * -> Int
|
// len : Attr u (List *) -> Attr v Int
|
||||||
add_type(
|
add_type(
|
||||||
Symbol::LIST_LEN,
|
Symbol::LIST_LEN,
|
||||||
unique_function(vec![list_type(UVAR1, TVAR1)], int_type(UVAR2)),
|
unique_function(vec![list_type(UVAR1, TVAR1)], int_type(UVAR2)),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue