Hello,--I'm really lost with partial functions. I want to understand how I can get a single integer and divide by a number where it returns an Bool.f :: Bool -> (Int -> Int)f n| n `rem` 5 == 0 = False| otherwise = True
You received this message because you are subscribed to the Google Groups "haskell-exercises" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-exercises+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.