Add support for type-polymorphic data structures #4
Labels
code: enhancement
New feature or improvement
issue: compilation error
When compilation error raises because of the library
part: derivation
Related to automated derivation of generators
status: feature request
Request for new functionality or improvement
Currently derivation of generators with dependent types is supported, e.g.
But derivation of generators for data types that are polymophic over types is not.
E.g., this does not work:
The whole task can be divided to at least these subtasks:
The text was updated successfully, but these errors were encountered: