Skip to content

FSharpLint

Louis Kueh edited this page Nov 2, 2018 · 10 revisions

Analysers

fun x y -> x + y fun x y -> foo x y 

Chaining functions

fun x -> not(isValid(x)) fun x -> x |> isValid |> not

Clone this wiki locally