Open mhwombat opened 5 years ago
Ah, looking through the issues for LiquidHaskell (not the tutorial), I found https://github.com/ucsd-progsys/liquidhaskell/issues/1297. I think the type signature divide :: Int -> Int -> Int
should be added to the divide function in the tutorial.
I have copied and pasted this code from Chapter 3. I believe it should be OK, but LiquidHaskell doesn't like it. Have I misunderstood something, or is this a bug in the tutorial or in LiquidHaskell?
BTW, thank you for the tutorial. It's well-written.