sum-types topic

List sum-types repositories

haskellbook

26
Stars
9
Forks
Watchers

Solutions to exercises from the book Haskell Programming

goalsapp

27
Stars
3
Forks
Watchers

Track periodic goals — a sample iPhone app

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.

enum-fp

28
Stars
4
Forks
Watchers

Functional Enum type / Sum type for javascript with simple pattern matching

ftor

44
Stars
1
Forks
Watchers

ftor enables ML-like type-directed, functional programming with Javascript including reasonable debugging.

sum_types.dart

40
Stars
7
Forks
Watchers

A code generator enabling sum-types in Dart

SumTypes.jl

96
Stars
8
Forks
Watchers

An implementation of Sum types in Julia

unionize

16
Stars
2
Forks
Watchers

A tool for generating unions in Go