roc/compiler/builtins/docs
Kevin Gillette 1908ff41c3
rem, sqrt, log are unchecked but have checked variants
mod exists but is not implemented due to lack of hardware support
(emulation, possibly in terms of rem, is needed).
2022-04-17 14:40:39 -06:00
..
Bool.roc Maybe-fix some maybe-incorrect doc-comments 2022-01-11 20:00:15 -07:00
Dict.roc Update docs for Dict 2022-03-12 21:59:37 -05:00
List.roc Swap List.mapWithIndex arg1 args order to put the element first 2022-02-11 16:10:29 -07:00
Num.roc rem, sqrt, log are unchecked but have checked variants 2022-04-17 14:40:39 -06:00
Result.roc Alphabetize compiler/builtins/docs/ exposures 2021-12-15 07:37:15 -07:00
Set.roc Alphabetize compiler/builtins/docs/ exposures 2021-12-15 07:37:15 -07:00
Str.roc Revise Str parsing primitives 2022-02-27 15:30:27 -05:00