Skip to content

Commit 114eca4

Browse files
committed
Updates.
1 parent 3d571dc commit 114eca4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/library/hierarchy.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ hierarchy
113113
"any":e -> "basic":w;
114114
"basic":e -> "basicset":w;
115115
"any":e -> "basiciterator":w;
116+
"any":e -> "calculator":w;
117+
"any":e -> "accumulator":w;
118+
"function":e -> "statistic":w;
116119
"function":e -> "dist":w;
117120
"dist":e -> "bernoulli":w;
118121
"dist":e -> "binomial":w;

docs/library/util/bitset.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ util/bitset
99

1010
.. rst-class:: mini-api
1111

12-
:mini:`fun decodebitset(Arg₁: address)`
13-
*TBD*
14-
15-
1612
:mini:`type bitset < sequence`
1713
*TBD*
1814

0 commit comments

Comments
 (0)