F# tips weekly #11: Active patterns (2)
Continuing from the previous week, let's delve into some active pattern implementation details and advanced use cases.
Single-case active pattern
As mentioned in Tip #2, we can use a single-case active pattern to directly transform a value:
let (|Fro...
jindraivanek.hashnode.dev4 min read