Skip to content

Commit 82aa156

Browse files
committed
Update doctoc
1 parent 69f2351 commit 82aa156

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ if match(f, Arguments(int, float) & Returns(int)):
9595
- [`Check(predicate)`](#checkpredicate)
9696
- [`InstanceOf(*types)`](#instanceoftypes)
9797
- [`SubclassOf(*types)`](#subclassoftypes)
98+
- [`Parameters(...)`](#parameters)
9899
- [`Arguments(*types)`](#argumentstypes)
99100
- [`Returns(type)`](#returnstype)
100101
- [`Transformed(function, pattern)`](#transformedfunction-pattern)

docs/case_guards.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
4+
5+
- [Case guards](#case-guards)
6+
7+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
8+
19
# Case guards
210

311
```python

0 commit comments

Comments
 (0)