forked from louthy/language-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
louthy edited this page Nov 23, 2014
·
17 revisions
Using and abusing the features of C# 6 to provide lots of functions and types, which, if you squint, can look like extensions to the language itself.
NuGet: https://www.nuget.org/packages/LanguageExt
- Functional primer
-
tuple
,Unit
andout
-
Option<T>
andOptionUnsafe<T>
-
Either<R,L> and
EitherUnsafe<R,L>` TryOption<T>
Some<T>
- Lambda function and expression inference
- Lists
- Maps
- Pattern matching