Closed fabeulous closed 3 months ago
Explicitly import Control.Applicative(Applicative(..)) since liftA2 is not exported from Prelude in base 4.17.2.
Control.Applicative(Applicative(..))
liftA2
As mentioned here, published with https://github.com/bruderj15/Hasmtlib/pull/78.
Explicitly import
Control.Applicative(Applicative(..))
sinceliftA2
is not exported from Prelude in base 4.17.2.