Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Avanov committed Dec 26, 2020
1 parent 8d49f49 commit b89304f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quickstart_guide.rst
Expand Up @@ -196,6 +196,7 @@ Supported types
* ``dict``
* ``set`` and ``frozenset``
* ``typing.Any`` passes any value as is
* ``typing.NewType``
* ``typing.Union`` including nested structures
* ``typing.Sequence``, ``typing.List`` including generic collections with ``typing.TypeVar``;
* ``typing.Set`` and ``typing.FrozenSet``
Expand All @@ -210,6 +211,7 @@ Supported types
* ``pathlib.Path`` derivatives
* ``pyrsistent.typing.PVector``
* ``pyrsistent.typing.PMap``
* Forward references and recursive definitions
* Regular classes with annotated ``__init__`` methods (`dataclasses.dataclass` are supported as a consequence of this).


Expand Down

0 comments on commit b89304f

Please sign in to comment.