SRTP and active patterns tricks for mimicking Typescript union types
6 people like thisPosted: 3 years ago by Evgeniy Andreev
We can use active patterns for methods deconstruction. It allow to hide some rough SRTP syntax.
10 people like thisPosted: 3 years ago by Evgeniy Andreev
We can use active patterns for parsing values of types with defined TryParse methods.
5 people like thisPosted: 1 month ago by Evgeniy Andreev
It seems original design for struct tuples doesn't contain struct versions of fst and snd functions. SRTP FTW!
3 people like thisPosted: 3 years ago by Evgeniy Andreev
Playing around Fable's experimental implicits
3 people like thisPosted: 2 years ago by Evgeniy Andreev