Jesse A. Tov
Jesse A. Tov
Do you have a policy on which identifiers to include here? `syntax-parse` and friends aren’t in the manual, but I believe they’re the preferred way to write macros at this...
Instead of building a string of `'0'`s and `'1'` characters and then converting it, `newBitboard` uses bit arithmetic to convert a map to a `uint64`. This avoids unnecessary memory allocation...
This is so we can use `--profile=release` on older OCaml versions that are producing warnings.
As a follow-up to #85, I’d like to document `type-error` a bit better as you requested. I’m adding this here as a reminder to do it myself. I think it’s...
Sorry about the v0.15.1 misfire. Here's a new release that should work for OCaml 5.
Here: https://github.com/sinhrks/brassfibre#calculation The example uses a variable `b` that is not defined.