Skip to content

huli/functional-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional C#

Don't like to write the cumbersome declarations to satisfy the compiler over and over again. Therefore I hereby save my typings for future reference.

Todo's

  • translate tests

Included is:

  • declarations for partial function application of functions
  • declarations for currying
  • an experimental implementation of the maybe monad
  • some continuation stuff

Not included is:

  • declarations for functions with more than n arguments
  • all the other stuff

About

Some classes for functional programming with C# (a maybe monad, partial function application, currying and more)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages