Monday, June 16, 2014

F# - getting function name

Getting F# function name and method info object is tricky but possible:


Unfortunately, this code only works when F# compiler does not inline function body into calling method.