Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unknown6656-megacorp/unknown6656.currying

A C# library for partial function application and function currying
https://github.com/unknown6656-megacorp/unknown6656.currying

Last synced: 2 days ago
JSON representation

A C# library for partial function application and function currying

Awesome Lists containing this project

README

        

[![](https://img.shields.io/github/downloads/Unknown6656-Megacorp/Unknown6656.Currying/total)](https://github.com/Unknown6656-Megacorp/Unknown6656.Currying/releases)
[![](https://img.shields.io/nuget/vpre/Unknown6656.Currying)](https://www.nuget.org/packages/Unknown6656.Currying/)
[![](https://img.shields.io/nuget/dt/Unknown6656.Currying)](https://www.nuget.org/packages/Unknown6656.Currying/)
[![CodeFactor](https://www.codefactor.io/repository/github/unknown6656-megacorp/unknown6656.currying/badge)](https://www.codefactor.io/repository/github/unknown6656-megacorp/unknown6656.currying)

# Unknown6656.Currying
This library aims to bring partial function application and function currying to C#.

[TODO]

## Installation
Use one of the follwing methods to install and use this library:

- **Package Manager:**
```batch
PM> Install-Package Unknown6656.Currying
```
- **.NET CLI:**
```batch
> dotnet add package Unknown6656.Currying
```
- **Package reference** (e.g. in a `.csproj`/`.vbproj`/`.fsproj` project file):
```xml

```
- **Paket CLI:**
```batch
> paket add Unknown6656.Currying
```
- **F# Interactive:**
```fsharp
#r "nuget: Unknown6656.Currying, *"
```

## Documentation and Usage
[TODO]

### Code samples
[TODO]