Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dhall: improve Dhall.Map.traverseWithKey performance (#2589)
`traverseWithKey` currently calls `fromList`, which creates a new list of keys (and calls `nubOrd` on it). this is unnecessary, because a traversal doesn't change the keys.
- Loading branch information