There are 0 repository under type-level topic.
Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
Mu (μ) is a purely functional framework for building micro services.
A RegExp wrapper providing stronger type safety.
A simple Purescript JSON library that uses types automatically
Tartak is a functional programming language that compiles to TypeScript types.
A proof of concept of a tree shakable Zod alternative. This library aims to have a 1:1 Zod compatible API, but with fine grain control over the final bundle size. This was done by a combination of Proxies and type-level programming.
A macro for defining type operators in Rust.
💄🐞 Combinators for writing pretty type errors easily
A tool for evaluating TypeScript types step by step.
Type-level well-kinded natural numbers.
A type programming language which compiles to and interops with type-level TypeScript
A library for PureScript 0.12 using Record-Format to parse urls with a template.
A library for converting generic reps of Sum and Product to row types, for whatever convenient usage needs at the type level.
Cool type-safe Symbol query parameterized helper for Node-SQLite3
A collection of useful operators to make type-level programming in TypeScript easier
A collection of type-level operators
Type equality check returning a Boolean kind. Useful for type-level programming.
⌨️ Solutions to the exercises of "Thinking With Types" in various programming languages!
Macro for generating pseudo-enums for type-level programming.
A minimalistic yet powerful HList (heterogeneous list) implementation in Rust
Collections raised to the type-level in Scala
Turn your Generics-Rep Sums and Products into lists, because that's cool.
Because sometimes, you want a reflected record of proxies to make life easier.
A library for type-level Symbol formatting with other Symbols, e.g. intercalated record labels
Make a record of SProxy of keys of a row type easily, and just plug in the inferred type when you're finished.
Type-level sortable singly linked list
Strong aliases for https://lib.rs/typenum, powered by const generics
type-level definition of an automata to check grammar and sentences meaning
Learn advanced types of typescript with type-challenges