David Cartt
Results
1
comments of
David Cartt
Some generated unicode is failing an is_instance check. For instance, this fails for every value generated (always on the first generated value): ``` ?FORALL(T, unicode_binary(), proper_types:is_instance(T, unicode_binary())). ``` unicode_characters() fails...