antoine-fl

Results 2 comments of antoine-fl

I also get this error but it seems related to the `OverloadedStrings` extension in my case. I made a simple repository to reproduce the issue: https://github.com/antoine-fl/doctest-bug Using GHC 9: ```...

Somewhat related, it would be nice to have a shortcut to convert from using the "normal" constructor to using record syntax. For example if I have the following: ```haskell data...