1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-04 15:17:34 +03:00
nickel/stdlib
Yann Hamdaoui 05375af534 Officially restore the syntax for enum types
The enum types synax was temporary and somehow hidden. For v0.2.0, we
make it visible again. This commits also changes the syntax such that
alternatives must be prefixed with a backtick `, as for enum tags, for
more visual consistency.

This commit also updates the manual sections accordingly.
2022-07-29 10:41:26 +02:00
..
array.ncl Officially restore the syntax for enum types 2022-07-29 10:41:26 +02:00
builtin.ncl Officially restore the syntax for enum types 2022-07-29 10:41:26 +02:00
contract.ncl Get rid of is_xxx primops in favor of typeof 2022-06-24 18:38:59 +02:00
function.ncl Rename stdlib modules: remove trailing s 2022-02-25 12:41:54 +01:00
num.ncl Get rid of is_xxx primops in favor of typeof 2022-06-24 18:38:59 +02:00
record.ncl Fix record.update contract, remove trailing spaces 2022-03-28 18:00:10 +02:00
string.ncl Add builtin.to_str and string.from to stdlib 2022-06-24 19:12:50 +02:00