1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-06 16:18:08 +03:00
nickel/stdlib
Mathieu Boespflug 5541c356b4 Fixup conversion to snake_case
In #518, I had forgotten to change the names of the primitives in
`stdlib/strings.ncl`. I noticed the omission because this was breaking
the example in the nickel-lang.org playground.
2021-12-31 00:50:05 +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 Fixup conversion to snake_case 2021-12-31 00:50:05 +02:00