Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gsuuon/fsharppatterns

Grab-bag of various F# pattern references
https://github.com/gsuuon/fsharppatterns

Last synced: 11 days ago
JSON representation

Grab-bag of various F# pattern references

Awesome Lists containing this project

README

        

## FSharp Patterns

Grab-bag of various F# pattern references

### Concepts

- [SRTP Constraints](./SRTPConstraints) - Somewhat ergonomic patterns for SRTP. Structural subtyping.
- [Flexible Provider](./FlexibleProvider/) - Flexible types with interface providers. Dependency management.