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
Document Delivery
`
// io_window_ :: IO Window
var io_window = new IO(function(){ return window; });
io_window.map(function(win){ return win.innerWidth });
// IO(1430)
`
i think the right Notes is IO(() => 1430). easy to understand
because compose return a function not a value.
The text was updated successfully, but these errors were encountered:
Document Delivery
`
// io_window_ :: IO Window
var io_window = new IO(function(){ return window; });
io_window.map(function(win){ return win.innerWidth });
// IO(1430)
`
i think the right Notes is IO(() => 1430). easy to understand
because compose return a function not a value.
The text was updated successfully, but these errors were encountered: