You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement some basic tests for the CharSet type in fsharplex. It would be enough to use FsCheck to implement some round-trip tests (Set<char> -> CharSet -> Set<char> and CharSet -> Set<char> -> CharSet) and some 1-to-1 comparisons with Set<char> for various operations like fold.
The text was updated successfully, but these errors were encountered:
Implement some basic tests for the CharSet type in fsharplex. It would be enough to use FsCheck to implement some round-trip tests (
Set<char>
->CharSet
->Set<char>
andCharSet
->Set<char>
->CharSet
) and some 1-to-1 comparisons withSet<char>
for various operations likefold
.The text was updated successfully, but these errors were encountered: