implement Set.walk

This commit is contained in:
Folkert 2021-02-15 01:49:25 +01:00
parent 57e8d5b4c3
commit 35e1e94a94
9 changed files with 215 additions and 38 deletions

View file

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