Elmish.WPF icon indicating copy to clipboard operation
Elmish.WPF copied to clipboard

Box BindingData output type separate from minor types

Open marner2 opened this issue 2 years ago • 0 comments

Ready to merge.

Conflicts with #506 because of the moved createBinding function.

Box the output type T of BindingData separately from boxMinorTypes methods (and Binding.fs helpers). Currently, all functions in Binding.fs box it together, but this change allows for other constructs that don't box it.

marner2 avatar Sep 07 '22 01:09 marner2