Harold Carr

Results 10 comments of Harold Carr

If `=α` is defined for `Lambda/n` then `sd` has to be defined for `Lambda/n` too.

The tutorial gives the impression that run can run it at any point, up to the point one is reading. To me, that is useful. For now, I will just...

It seems to me that the text LATER changes the `Lambda` definition to disallow repeated parameters. But at this point in the text `Lambda` does allow them. `lambda?` checks `Lambda`....

I am on a mac 10.15.7 When I first tried `flk`, that error is what I got. I was picking up `/bin/bash` ``` /bin/bash --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19)...

I'm curious, why closed? Is it fixed?

The bash `3.2.57` error had to do with `declare -A` The `env -0` IS a bug. `-0` is not supported on FreeBSD and Mac OS. THis bug should be reopened.

Do you mind if I leave this open, in case someone gets interest/time?

Can anyone point me to a current use that is working? The blog article is using old APIs. The so-called "examples" in the source are not helpful. The tests seem...

I have created a COMPLETE example. However, it has a major hack. Feedback on how to do this example "right" would be appreciated. [haskell-inline-js-example](https://github.com/haroldcarr/haskell-inline-js-example)

you are right, the 2 log dirs show up after running ``` pytest tests/ --ignore tests/demo/ pytest tests/demo/ ```