coot opened this issue 8 years ago · 0 comments
fun a | a == 0 = ?r | otherwise = ?r
or
fun = case _ of x | x == 0 -> ?r | otherwise -> ?r