I\'m using quite a lot this piece of code:
let inline (||>) (a: \'a option) (b: \'a -> unit) = if a.IsSome then b a.Value
so I can do thing