F#'s auto generalization didnt work as expected

前端 未结 0 1926
孤独总比滥情好
孤独总比滥情好 2020-12-15 07:57

consider the follow f# code

let vl x= let tem y =(x,y) in tem in let a= vl 5 in Console.WriteLine((a "4",a 3))

where vl has the sig

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