The compiler compains about static resolved parameter

前端 未结 0 1195
情歌与酒
情歌与酒 2021-01-13 09:54
    type Test<\'T> =
        static member from : unit -> \'T[] = fun () -> Array.empty


    let inline testFun< ^T, ^S when ^T : (static member from         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题