1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-05 15:47:33 +03:00

Get rid of %tag%, update contract stdlib

Updates the contract stdlib to expose the new label primop introduced in
a previous commit. Renames existing function accordingly. Get rid of the
`%tag%` primop, now replaced by `%with_message%`.
This commit is contained in:
Yann Hamdaoui 2023-03-06 18:39:12 +01:00
parent 790b991187
commit 44f722267b
No known key found for this signature in database
GPG Key ID: 96305DE11214ABE6

View File

@ -175,7 +175,7 @@
5 | Contract
```
"%
# the %label_with_notes% operator expect an array of strings which is
# the %label_with_notes% operator expects an array of strings which is
# fully evaluated, thus we force the notes first
= fun notes label => %label_with_notes% (%force% notes) label,