-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
I have a generator that looks like this:
token() -> ?SUCHTHAT(B, ?LET(T, list(tchar()), list_to_binary(T)), byte_size(B) > 0).On error, the shrinker always returns <<>> which is invalid input (fails the byte_size(B) > 0 constraint).
I would probably need some hand holding to help fix that one.
Metadata
Metadata
Assignees
Labels
No labels