Elmish.WPF
Elmish.WPF copied to clipboard
Box BindingData output type separate from minor types
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.