servant-dhall
servant-dhall copied to clipboard
Expose interpretOptions so that custom HasInterpretOptions instances can be created
The point of HasInterpretOptions would appear to be that you can implement your own instance of it. But it is impossible to implement a custom HasInterpretOptions instance because interpretOptions is not exposed.