mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Changed some commented out type signatures from List a to List elem
This commit is contained in:
parent
7125af2493
commit
3af1632ede
2 changed files with 3 additions and 3 deletions
|
@ -615,7 +615,7 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
)
|
||||
});
|
||||
|
||||
// repeat : Int, a -> List a
|
||||
// repeat : Int, elem -> List elem
|
||||
add_type(Symbol::LIST_REPEAT, {
|
||||
let u = UVAR1;
|
||||
let v = UVAR2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue