We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9deb785 commit bdee0e3Copy full SHA for bdee0e3
packages/marshal/docs/smallcaps-cheatsheet.md
@@ -24,6 +24,7 @@ An example-based summary of the Smallcaps encoding of the OCapN [Abstract Syntax
24
* The number after `"$"` or `"&"` is an index into a separate slots array.
25
* ***Special strings*** begin with any of the `!"#$%&'()*+,-` characters.
26
* `<expr>` is nested encoding of `expr`.
27
+* since `x` and `y` can only be strings, `<x>` and `<y>` are the nested encodings of those strings.
28
* To be passable, arrays, records, and errors must also be hardened.
29
* Structs [can only have string-named properties](https://github.com/endojs/endo/blob/master/packages/pass-style/doc/copyRecord-guarantees.md).
30
* Errors can also carry an optional `errorId` string property.
0 commit comments