How can I pass a type fun<'a>
in parameter in F#?
Example -> type myClass(a : int, myDelegate : fun<'a>)
let theFunc = myDelegate
How can I pass a type fun<'a>
in parameter in F#?
Example -> type myClass(a : int, myDelegate : fun<'a>)
let theFunc = myDelegate