Hacker News new | ask | show | jobs
by lelf 4720 days ago
Yup. This is straight cut from Control.Category module:

  instance Category (->) where
      id = Prelude.id
      (.) = (Prelude..)