Results 1 issues of Michael McFarland

It would be nice if function defs were automatically converted to function values. So that with the following class: ``` scala class PlatformsPage(store:PlatformStore,platformBackend:(BackendScope[Props,State] => Backend)) ``` You could wire its...