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 e7717ef commit 71affa5Copy full SHA for 71affa5
docs/typescript.md
@@ -300,5 +300,5 @@ This loosely follows the original translation given in the paper [How to make ad
300
- Only Haskell 2010 typeclasses are supported for the TypeScript code generator. So, the following schemas will probably generate incorrect code.
301
302
```purescript
303
- derive Eq a => Eq (MyPair a a)
+ derive Eq (MyPair a a)
304
```
0 commit comments