Is there an equivalent operator to Haskell's list difference operator \\ in F#?
|
|
|
||
|
|
|
|
Just convert the lists to sets using the built-in
For example:
|
||
|
|
|
Nope... Just write it and make it an infix operator --using the set of special characters. // will work as an infix operator, for example, but not \\. See the manual:
|
||
|
|
