Various functions around nullable types
28 people like thisPosted: 13 years ago by Mauricio Scheffer
it's allways a pain to work with F#'s Option values outside of F# - there you've got the Nullable-class this is a short snippet to convert Nullable<'a> to 'a option
2 people like thisPosted: 13 years ago by Carsten König
Type-safe Nullable
Posted: 5 years ago by Bang Jun-young
Nullable Refs without using AllowNullLiteral
3 people like thisPosted: 13 years ago by fholm
Simple Computational expressions / monad / builder -example, using .NET Nullable as demo.
3 people like thisPosted: 12 years ago by Tuomas Hietanen