Kevin Ryan
Results
3
issues of
Kevin Ryan
Chapter 8 has a section that references a `find` function: // findParam :: String -> IO Maybe [String] const findParam = key => map(compose(Maybe.of, find(compose(eq(key), head)), params), url); But there...
See commit 543682d0d9cfd3c3f66c47844c8e3d023d9dc8df which already (hopefully) fixes this.
I think when you try to grab 1 row (e.g., ''ws.rows[1]'' to grab the 1st row of a worksheet), it should simply return that row.