discriminated-unions topic

List discriminated-unions repositories

OneOf

3.3k
Stars
154
Forks
Watchers

Easy to use F#-like ~discriminated~ unions for C# with exhaustive compile time matching

SuccincT

266
Stars
15
Forks
Watchers

Discriminated unions, pattern matching and partial applications for C#

FsCodec

84
Stars
20
Forks
Watchers

F# Event-Union Contract Encoding with versioning tolerant converters supporting System.Text.Json and Newtonsoft.Json

dotvariant

70
Stars
3
Forks
Watchers

A type-safe and space-efficient sum type for C# (comparable to discriminated unions in C or C++)

ex_union

40
Stars
1
Forks
Watchers

Tagged unions for Elixir. Just that.

assert-never

43
Stars
4
Forks
Watchers

Helper function for exhaustive checks of discriminated unions in TypeScript

sum-type

41
Stars
4
Forks
Watchers

A simple, serializable sum-type format

results

33
Stars
0
Forks
Watchers

Discriminated Unions including Maybe (an option type) and Result for javascript with fewer bugs