Skip to content

satish860/FunctionalCsharp

Repository files navigation

alt text

FunctionalCsharp

My implementation of Functional csharp constructs

Unit Type

In c# Void is used as a return type for denoting that the function returns no value . Even though void is Type in c# it gets a special treatment from compiler there by you cannot denote the function returns no Value. Honest signature is one of key principle in case of Functional programming and helps make programming API better . With the following Benefit Unit Type is created.

About

My implementation of Functional csharp constructs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages