mirror of
https://github.com/tweag/nickel.git
synced 2024-11-10 10:46:49 +03:00
b0e0311267
This renames all builtins and standard library functions to conform to a snake case convention, as per decision recorded in #493. This also adapts examples and tests to this change. All functions have been renamed the way you'd expect, except the following: * `fromPred` -> `from_predicate` * `typeOf` -> `typeof` (like in C) * `fieldsOf` -> `fields` (the `_of` is redundant for a function) * `valuesOf` -> `values` (the `_of` is redundant for a function) Closes #493 |
||
---|---|---|
.. | ||
builtins.ncl | ||
contracts.ncl | ||
functions.ncl | ||
lists.ncl | ||
nums.ncl | ||
records.ncl | ||
strings.ncl |