Choice type implementation in F#

后端 未结 0 2019
青春惊慌失措
青春惊慌失措 2021-01-23 23:20

I am fairly new in F# and having some problems with choice type implementation. I have three types.

type A = p of string
type B = {q:string;r:int}
type C = s of s         


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