1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-20 08:05:15 +03:00

Add comment + formatting

This commit is contained in:
Yann Hamdaoui 2020-12-08 11:43:26 +01:00
parent 9fb8df71c1
commit 5c511b270c

View File

@ -65,9 +65,9 @@
else
acc$[magic_fld = %wrap% sy t];
dyn_tail = fun acc l t => acc & t;
dyn_tail = fun acc l t => acc & t;
empty_tail = fun acc l t =>
if t == {} then acc
else %blame% (%tag% "extra field" l);
empty_tail = fun acc l t =>
if t == {} then acc
else %blame% (%tag% "extra field" l);
}