Skip to content

Instantly share code, notes, and snippets.

@kos59125
Created July 1, 2012 06:02
Show Gist options
  • Save kos59125/3027053 to your computer and use it in GitHub Desktop.
Save kos59125/3027053 to your computer and use it in GitHub Desktop.
Get the type of the argument value.
module TypeUtility
[<CompiledName("SafeGetType")>]
let safeGetType<'a> (value : 'a) = typeof<'a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment