Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in discriminated-union

Can one set default values for Discriminated Union types?

C++11 class with union of string and shared_ptr

Discriminated union in Python

F# Use base type of discriminated union

f# discriminated-union

Where can I find a serializer for F# discriminated unions?

Discriminate union types

How to implement a generic Either type in Go?

React props - struggling with discriminating union types

What is the shortest type-safe way to compare objects from the same discriminated union?

F# Type Provider Referencing Custom Types

In-place modification of object of discriminated union

How to create a Union type in F# that is a value type?

Why do exhaustiveness checks work differently for union types?

How to define a zero element when using discriminated unions in F# Array functions

Can Typescript guard / discriminate based on field presence (undefined / absent) rather than value?

How to get the type of each union case for a given union type in F#

F#: combining together discriminated unions and class hierarchies?

f# discriminated-union

How to update values in list of type <T> in F#?

Discriminated unions with booleans in Typescript