Skip to content

Commit 71affa5

Browse files
author
jared
committed
Fix syntactically invalid LB in example
1 parent e7717ef commit 71affa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,5 +300,5 @@ This loosely follows the original translation given in the paper [How to make ad
300300
- Only Haskell 2010 typeclasses are supported for the TypeScript code generator. So, the following schemas will probably generate incorrect code.
301301

302302
```purescript
303-
derive Eq a => Eq (MyPair a a)
303+
derive Eq (MyPair a a)
304304
```

0 commit comments

Comments
 (0)