1
1
mirror of https://github.com/tweag/nickel.git synced 2024-11-10 10:46:49 +03:00
nickel/stdlib
Mathieu Boespflug b0e0311267 Switch to snake_case by convention for values
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
2021-12-28 23:40:49 +02:00
..
builtins.ncl Switch to snake_case by convention for values 2021-12-28 23:40:49 +02:00
contracts.ncl Switch to snake_case by convention for values 2021-12-28 23:40:49 +02:00
functions.ncl Add const function to stdlib 2021-08-27 15:28:31 +02:00
lists.ncl Switch to snake_case by convention for values 2021-12-28 23:40:49 +02:00
nums.ncl Switch to snake_case by convention for values 2021-12-28 23:40:49 +02:00
records.ncl Switch to snake_case by convention for values 2021-12-28 23:40:49 +02:00
strings.ncl Switch to snake_case by convention for values 2021-12-28 23:40:49 +02:00