fix parser problem in Dict.roc

This commit is contained in:
Folkert 2021-03-23 16:15:56 +01:00
parent 4418a99c89
commit 169e34b583

View file

@ -17,6 +17,5 @@ isEmpty : Dict * * -> Bool
## See for example #Result.map, #List.map, and #Set.map. ## See for example #Result.map, #List.map, and #Set.map.
map : map :
Dict beforeKey beforeValue, Dict beforeKey beforeValue,
(\{ key: beforeKey, value: beforeValue } -> ({ key: beforeKey, value: beforeValue } -> { key: afterKey, value: afterValue })
{ key: afterKey, value: afterValue } -> Dict afterKey afterValue
) -> Dict afterKey afterValue