Skip to content

FSharpLint

jovanhan2 edited this page Nov 6, 2018 · 10 revisions
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