Posts
Monad transformers
A way to work with different monads combined
Posted March 14, 2021 by Rafał Gwoździński ‐ 5 min read
Parsing 101
Simple parsing example with FParsec.
Posted March 11, 2021 by Rafał Gwoździński ‐ 5 min read
Computation Expressions in F#
Monadic operations made simpler with Computation Expressions.
Posted March 11, 2021 by Rafał Gwoździński ‐ 6 min read
Intro to monads in F#
Use FSharpPlus library to expand F# functional capabilities.
Posted March 2, 2021 by Rafał Gwoździński ‐ 8 min read
Construction and deconstruction of F# values
Different ways to create F# values and retrieve their contents
Posted March 1, 2021 by Rafał Gwoździński ‐ 8 min read
Dotnet API changes
Dotnet API changes
Posted February 10, 2021 by Paweł Sierzputowski ‐ 2 min read
Exception handling in F#
Functional-first approach to .NET exceptions
Posted February 9, 2021 by Rafał Gwoździński ‐ 4 min read