I have the following declaration in F#:
type ConstArg = | Bool of bool | CharArray of char[] member Lambda (ConstArg : ConstArg[]) = ...