An open API service indexing awesome lists of open source software.

https://github.com/jackfoxy/dependenttypes

experiments with @robkuz LimitedValue type
https://github.com/jackfoxy/dependenttypes

dependent-types fsharp

Last synced: 11 months ago
JSON representation

experiments with @robkuz LimitedValue type

Awesome Lists containing this project

README

          

# DependentTypes

Experiments with @robkuz's DependentType type to create fully functioning F# dependent types.

[Documentation and tutorial](https://jackfoxy.github.io/DependentTypes/)

Based on the article [Creating Generic Wrappers for Validated Values](https://robkuz.github.io/Limited-Values/) and [discussion here](https://github.com/robkuz/robkuz.github.io/issues/6).