Changed some commented out type signatures from List a to List elem

This commit is contained in:
Chad Stearns 2020-06-21 13:30:49 -04:00
parent 7125af2493
commit 3af1632ede
2 changed files with 3 additions and 3 deletions

View file

@ -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;