Data.Function

The plain source file for module Data.Function is not available.
module Data.Function((.),($),const,flip,id,on) where

on op f x y = op (f x) (f y)

Index

(HTML for this module was generated on 2013-09-19. About the conversion tool.)