Recursive record merges (∧) in the wild

I’m considering to update dhall-haskell to follow the new typing rules for recursive record merges (). Ideally I’d like to measure the performance impact of the changes, so I’m looking for code (the larger the better) that uses it.

So far I’ve found dhall-bhat, but their records are very small. It also isn’t compatible with Dhall-10 yet.

Any other (public) code bases using ?