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.
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.