mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
implement Set.walk
This commit is contained in:
parent
57e8d5b4c3
commit
35e1e94a94
9 changed files with 215 additions and 38 deletions
|
@ -1059,7 +1059,7 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
// , Attr Shared (Attr u a -> b -> b)
|
||||
// , b
|
||||
// -> b
|
||||
add_type(Symbol::SET_FOLDL, {
|
||||
add_type(Symbol::SET_WALK, {
|
||||
let_tvars! { star, u, a, b, closure };
|
||||
|
||||
unique_function(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue