Support arbitrary order of arguments for derived generators #202
Labels
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
Say, I have a type
and want to derive generator for it with all arguments given. I'd like to write something like
but now I'm beaten with an error that the order of arguments must be the same as in type, i.e. to be the following:
which is not logical, nor convenient. The first type of signature should be supported too.
The text was updated successfully, but these errors were encountered: