Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gsuuon/fsharppatterns
- Owner: gsuuon
- Created: 2022-06-30T21:52:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T04:26:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T23:30:59.700Z (about 1 month ago)
- Language: F#
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.