Metadata-Version: 1.1
Name: Autocurry
Version: 0.1
Summary: Automatic currying using a decorator
Home-page: https://github.com/felixbr/autocurry
Author: Felix Bruckmeier
Author-email: felix.m.bruckmeier@gmail.com
License: BSD
Download-URL: https://github.com/felixbr/autocurry/tarball/0.1
Description: Autocurry
        =========
        
        Currying is a powerful technique in functional programming languages like Haskell. This decorator allows a function to be automatically curried by supplying less arguments than required.
        
Keywords: functional,currying
Platform: UNKNOWN
