Open dotnetCarpenter opened 3 years ago
@KtorZ should I reinstate the white-spaces in _appendixc.md before this PR can be accepted?
@dotnetCarpenter no worries here. These are indeed extraneous. A double-whitespace marks a newline in markdown (probably should use an explicit <br>
instead...) but in this case they are simply superfluous.
I've been busy with other stuff lately and didn't give much time to reviews which required more than a quick eye-check. I'll allocate some time soon-ish to go through some open PRs and issues on this project.
find
is referenced in chapter 8 and is needed for theIO
example:This implementation of
find
only works for Array which is also the type ofparams
in the example.params :: String -> [[String]]