fun<'a>
F#でタイプインパラメーターを渡すにはどうすればよいですか?
Example -> type myClass(a : int, myDelegate : fun<'a>)
let theFunc = myDelegate
fun<'a>
F#でタイプインパラメーターを渡すにはどうすればよいですか?
Example -> type myClass(a : int, myDelegate : fun<'a>)
let theFunc = myDelegate