tablecloth
tablecloth copied to clipboard
A standard library with the same API in F#, Rescript and OCaml
See discussion in https://github.com/darklang/tablecloth/issues/217.
I made some changes to the docs and they were not reflected on the website (https://tableclothml.netlify.app/). Is it hooked up to automatically add them? If so, perhaps I broken them...
When there's a function that takes a list/array/string and an index, and the index is outside the bounds of the list, some functions will raise, some wrap, some do the...
It seems like the published version of tablecloth-bucklescript is failing to build with this error: ``` $ yarn add tablecloth-bucklescript $ cat yarn.lock bs-platform@^8.2.0: version "8.3.1" resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-8.3.1.tgz#49ac0d7b84bcec190a7361353557cae965f92c67" integrity sha512-U7nKEGF1BfvODzcv1g2loeltE8YRCgX8mMlCojImsgI0HwfQKEq7ggO5dF1ae9ZfFxiLaI0069ZyoK5GLBO2OQ==...
@Dean177 We probably want to get this released. Do you have a sense of the steps required to get a release done? I have a small bit of time I...
```ocaml val fromListUnique : ('key, 'identity) Comparator.s -> ('key * 'value) list -> (('key, 'value, 'identity) t, 'key) Result.t ``` This function should work similarly to `fromList` but will return...
The documentation shows functions such as `Result.ok`, `Result.error` and `Option.both` which don't actually exist in `0.0.7`. It would be nice if the documentation had a version selector (maybe similar to...
Each function should have a tag saying what version they have been available since.
These should work the same way as their Array counterparts
These should work in the same way as List.take