diff --git a/README.md b/README.md index d277dbf..6a8d421 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,9 @@ pylyzer converts Python ASTs to Erg ASTs and passes them to Erg's type checker. * [ ] others * `collections.abc` * [x] `Iterable` + * [x] `Iterator` + * [x] `Mapping` + * [x] `Sequence` * [ ] others * [x] type assertion (`typing.cast`) * [x] type narrowing (`is`, `isinstance`)