Camil Staps

Results 16 comments of Camil Staps

`flip' x y = y x` is not equivalent to `flip f x y = f y x`. Note that `id x = x` and `id' x y = x...

Yes, you could say that `flip' = &`, but that operator is only available in the newest GHC, so not sure if the maintainer wants to use it in pointfree...

@nejch thanks for confirming! I have opened an issue upstream: https://gitlab.com/gitlab-org/gitlab/-/issues/367982. I will report back here when it is resolved. As for the delete error, it could be that I...

Thanks a lot! > In my opinion, this explanation is assuming that all lines end with a line break. This makes sense to me. Could you clarify a bit where...

Yes. One ESP8266 could act as an access point, the other one as a client. If there is a wireless network you can connect to, you can use both as...

See https://help.github.com/articles/about-github-wikis/. Wikis basically work as any other content on GitHub. You can't edit if you don't have the permissions. Yes, this is not Wikipedia, so it works differently.

I can do the last thing (only show the unstable version when it contains in `-dev`). But I don't see any tags yet. Did you push everything (`git push --follow-tags`)?

That may indeed be wiser.