mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Format some comments
This commit is contained in:
parent
a356e8a0f7
commit
814ca7c7cc
2 changed files with 20 additions and 4 deletions
|
@ -550,10 +550,11 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
)
|
||||
});
|
||||
|
||||
// set : Attr (w | u | v) (List (Attr u a))
|
||||
// , Attr * Int
|
||||
// , Attr (u | v) a
|
||||
// -> List a
|
||||
// List.set :
|
||||
// Attr (w | u | v) (List (Attr u a)),
|
||||
// Attr * Int,
|
||||
// Attr (u | v) a
|
||||
// -> Attr * (List (Attr u a))
|
||||
add_type(Symbol::LIST_SET, {
|
||||
let_tvars! { u, v, w, star1, star2, a };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue