type-level-programming topic

List type-level-programming repositories

ts-essentials

3.6k
Stars
118
Forks
Watchers

All essential TypeScript types in one place 🤙

generic-lens

435
Stars
53
Forks
Watchers

Generically derive traversals, lenses, and prisms.

frunk

1.2k
Stars
56
Forks
Watchers

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.

mezzo

351
Stars
12
Forks
Watchers

A Haskell library for typesafe music composition

mu-haskell

327
Stars
19
Forks
Watchers

Mu (μ) is a purely functional framework for building micro services.

dilate

81
Stars
5
Forks
Watchers

Nearly zero runtime object allocation powered by scalameta. Value class and Unboxed Tagged Type generation at compile-time.

type-operators-rs

63
Stars
2
Forks
Watchers

A macro for defining type operators in Rust.

learn-me-a-haskell

70
Stars
1
Forks
Watchers

Trying to get back all the stuff I had in JavaScript.

membrain

61
Stars
5
Forks
Watchers

🧠 Type-safe memory units

primitive-recursive-functions

38
Stars
1
Forks
Watchers

Implementation of game of life and a bunch of primitive recursive functions at the type level in rust