Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unknown6656-megacorp/unknown6656.currying
- Owner: Unknown6656-Megacorp
- License: agpl-3.0
- Created: 2022-02-05T12:03:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T01:33:20.000Z (4 months ago)
- Last Synced: 2024-11-02T00:07:23.321Z (13 days ago)
- Language: C#
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]