You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Combine map and lazy. Map the widget's message type to the parent's message type, and then memoize it
59
-
let inlinelazyMap([<InlineIfLambda>]mapFn:'oldMsg ->'newMsg)([<InlineIfLambda>]viewFn:'key ->WidgetBuilder<'oldMsg,'marker>)(model:'key)= lazy' (viewFn >> map mapFn) model
59
+
let inlinelazyMap([<InlineIfLambda>]mapFn:'oldMsg ->'newMsg)([<InlineIfLambda>]viewFn:'key ->WidgetBuilder<'oldMsg,'marker>)(model:'key)=
0 commit comments