We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060d4e4 commit 346338cCopy full SHA for 346338c
README.md
@@ -90,7 +90,7 @@ How would new API look like with this concept?
90
>>> from classes import typeclass
91
>>> @typeclass
92
... def to_json(instance) -> str:
93
-... """This is a typeclass definition to covert things to json."""
+... """This is a typeclass definition to convert things to json."""
94
...
95
>>> @to_json.instance(int)
96
... @to_json.instance(float)
0 commit comments