mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
fix comment
This commit is contained in:
parent
9790312d4a
commit
377e57bed9
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
||||||
});
|
});
|
||||||
|
|
||||||
// contains : Attr * (List a)
|
// contains : Attr * (List a)
|
||||||
// , Attr * a
|
// , a
|
||||||
// -> Attr * Bool
|
// -> Attr * Bool
|
||||||
add_type(Symbol::LIST_CONTAINS, {
|
add_type(Symbol::LIST_CONTAINS, {
|
||||||
let_tvars! { a, star1, star2 };
|
let_tvars! { a, star1, star2 };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue