Fix solve tes

This commit is contained in:
ayazhafiz 2022-06-28 21:54:51 -04:00
parent 98b310a604
commit ffa2ba1043
No known key found for this signature in database
GPG Key ID: B443F7A3030C9AED
2 changed files with 3 additions and 2 deletions

View File

@ -14,4 +14,4 @@ roc_types = { path = "../types" }
[features]
default = []
debug-derived-symbols = []
debug-derived-symbols = ["roc_module/debug-symbols"]

View File

@ -6998,9 +6998,10 @@ mod solve_expr {
after : Lazy a, (a -> Lazy b) -> Lazy b
after = \effect, map ->
\{} ->
thunk = \{} ->
when map (effect {}) is
b -> b {}
thunk
f = \_ -> \_ -> ""
g = \{ s1 } -> \_ -> s1