diff --git a/src/proto/alpha/docs/language.md b/src/proto/alpha/docs/language.md index 22296049d..28c338515 100644 --- a/src/proto/alpha/docs/language.md +++ b/src/proto/alpha/docs/language.md @@ -889,6 +889,11 @@ constants as is, concatenate them and use them as keys. :: lambda (pair 'a 'b) 'b : list 'a : 'b : 'S -> 'b : 'S + * `SIZE`: + Get the number of elements in the list. + + :: list 'elt : 'S -> nat : 'S + VI - Domain specific data types -------------------------------