Had to throw together a Haskell-style Either type in F# since Choice is a pain in the ass.
5 people like thisPosted: 11 years ago by Bryan Edds
Just an example of a GADT in F#.
1 people like thisPosted: 4 years ago by Bryan Edds
The 'Vsync' (AKA, 'Variable Synchronization') computation expression that coheres into the Sync comp. expr. when SYNC is #defined, and into the Async comp. expr. otherwise.
1 people like thisPosted: 9 years ago by Bryan Edds