free-types icon indicating copy to clipboard operation
free-types copied to clipboard

A type-level library enabling the creation and the manipulation of type constructors which can be detached from their type parameters. Also referred to as higher kinded types.

Results 3 free-types issues
Sort by recently updated
recently updated
newest added

I think this library is one that I'm looking for, but I'm finding it extremely difficult to reason about the core types and the problems they solve. Mostly what's missing...

I ended up here from this [typescript issue.](https://github.com/microsoft/TypeScript/issues/1213) and think this library might solve the problem I'm running into. I'm trying to create an library interface where a generic function...

First off, thanks for the work you've put in in this library. It's quite incredible. The documentation is on par of libraries with 100x stars than you have. 🙏 At...