Skip to content

Instantly share code, notes, and snippets.

@wattsm
Created July 24, 2013 12:12
Show Gist options
  • Save wattsm/6069975 to your computer and use it in GitHub Desktop.
Save wattsm/6069975 to your computer and use it in GitHub Desktop.
Using makeGenericType
let intOptionType =
makeGenericType
<| typedefof<Option<_>>
<| [ typeof<Int32> ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment