Blog

Type Inference in F#

The compiler can deduce the type of a value or function at compile time. Type Inference is not guara…

Union Types in F#

Algebraic Data Types, especially Union Types, are easily one of my favourite features of F#. Let&#82…

Ever piped something in UNIX?

F# has the same feature, just with the |> operator. It simplifies the execution flow by not havin…

Strict Dependency Order in F#

Files, modules, functions, values, etc. in an F# project must be ordered according to their dependen…

Type Inference in F#

The compiler can deduce the type of a value or function at compile time. Type Inference is not guara…