You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expose some interfaces for external usage (from introduction-pods) (#256)
* expose some interfaces for external usage (from introduction-pods)
* add From<MainPod> for OperationArg, add copy op!
Co-authored-by: Eduard S. <eduardsanou@posteo.net>
---------
Co-authored-by: Eduard S. <eduardsanou@posteo.net>
Copy file name to clipboardExpand all lines: book/src/merklestatements.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ all of which are represented as `MerkleTree` on the back end.
39
39
40
40
The frontend compound types and their implementation as Merkle trees is explained under [POD value types](./values.md#dictionary-array-set). The backend structure of a MerkleTree is explained on [the Merkle tree page](./merkletree.md).
41
41
42
-
The POD2 interface provides statements for working with Merkle trees and compond types at all layers of the stack:
42
+
The POD2 interface provides statements for working with Merkle trees and compound types at all layers of the stack:
43
43
- Primitive statements for Merkle trees
44
44
- General derived statements for Merkle trees
45
45
- Specialized `ContainsKey`, `NotContainsKey`, and `ContainsValue` statements for the three front-end types.
0 commit comments