Skip to content

Commit

Permalink
Update doctoc
Browse files Browse the repository at this point in the history
  • Loading branch information
scravy committed Mar 27, 2022
1 parent 69f2351 commit 82aa156
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ if match(f, Arguments(int, float) & Returns(int)):
- [`Check(predicate)`](#checkpredicate)
- [`InstanceOf(*types)`](#instanceoftypes)
- [`SubclassOf(*types)`](#subclassoftypes)
- [`Parameters(...)`](#parameters)
- [`Arguments(*types)`](#argumentstypes)
- [`Returns(type)`](#returnstype)
- [`Transformed(function, pattern)`](#transformedfunction-pattern)
Expand Down
8 changes: 8 additions & 0 deletions docs/case_guards.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Case guards](#case-guards)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Case guards

```python
Expand Down

0 comments on commit 82aa156

Please sign in to comment.