You will need to remove the function in your constructor:
type NamedInCtor(a, b) =
member this.Foo: string -> string -> bool = a b
member this.Bar: string -> string -> bool = a b
member this.Fizz = a b
Note that a and b are implicitly entered here. You must trust the compiler to do this as much as possible, because it makes your code more readable.
, - , . , , , " ?" - . , , .