fp-ts-codegen
fp-ts-codegen copied to clipboard
TypeScript code generation from a haskell-like syntax for ADT. Playground:
Results
1
fp-ts-codegen issues
Sort by
recently updated
recently updated
newest added
Hi, great library!! Is it possible to have multiple data types in one string? It is especially useful with types referencing types like 'data Game = NotStarted | WonPlayer1 Result...