Kaiwei Li
Results
1
issues of
Kaiwei Li
### Problem I get an error when serializing `A` in `SimpleUnion` ```f# [] type SimpleUnion = | A | B of int | C of int64 * float32 let resolver...