{-# LANGUAGE Safe #-}-- |---- Module : Data.Function-- Copyright : Nils Anders Danielsson 2006-- , Alexander Berntsen 2014-- License : BSD-style (see the LICENSE file in the distribution)---- Maintainer : libraries@haskell.org-- Stability : stable-- Portability : portable---- Simple combinators working solely on and with functions.--moduleData.Function (-- * "Prelude" re-exportsid ,const ,(.) ,flip ,($) ,-- * Other combinators(&) ,fix ,on ,applyWhen )whereimportGHC.Internal.Data.Function 

AltStyle によって変換されたページ (->オリジナル) /