deriving Questions
1
There's an annoying "feature" that deriving instances are also affected by the RebindableSyntax extension. Example of what I want to write:
{-# LANGUAGE RebindableSyntax #-}
import qualified Prelu...
© 2022 - 2024 — McMap. All rights reserved.