*** Failed! Falsified (after 1 test):
The type of 'Multiply1'
Expected: Int -> Int -> Operation1
Was: MulArrowT PromotedT GHC.Types.One Int MulArrowT PromotedT GHC.Types.One Int Operation1
I'm checking the type in ghci and it seems to be what is expected:
ghci> :t Multiply1
Multiply1 :: Int -> Int -> Operation1
I'm getting the following error on the website:
I'm checking the type in ghci and it seems to be what is expected:
I'm using
ghc-9
branch