I am doing 20 intermediate Haskell exercises.
After finishing first 2 exercise there is this strange thing.
I would like to know what is ((->) t)
?
-- Exercise 3
-- Relative Difficulty: 5
instance Fluffy ((->) t) where
furry = error "todo"
Thanks! :-)