@hackage functors0.1

(.:) and friends, syntax for Functor and Applicative.

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      aristidb@googlemail.com

    • Versions

      • 0.1 Sun, 28 Nov 2010

    Alternative syntax for Functor and Applicative. Includes Caleskell idioms like (.) = fmap, and also extensions like (.:) = fmap . fmap and (&) = (*).