acme-schoenfinkel: Proper names for curry and uncurry

[ acme, bsd3, library ] [ Propose Tags ]

This package implements curry and uncurry with their proper names: schoen and unschoen.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1
Dependencies base (>=4.5 && <5) [details]
License BSD-3-Clause
Copyright (c) 2013 Ertugrul Söylemez
Author Ertugrul Söylemez <es@ertes.de>
Maintainer Ertugrul Söylemez <es@ertes.de>
Category Acme
Source repo head: darcs get http://hub.darcs.net/ertes/acme-schoenfinkel
Uploaded by ErtugrulSoeylemez at 2013-08-30T21:09:51Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2248 total (8 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for acme-schoenfinkel-0.1.1

[back to package description]

acme-schoenfinkel

This library generalizes curry and uncurry and also gives them more appropriate names. You can use it by importing Control.Category.Schoenfinkel:

import Control.Category.Schoenfinkel

main :: IO ()
main = print (unschoen atan2 (2, 3))

For your convenience there are also Unicode variants of the two functions:

main = print (unschön atan2 (2, 3))