They've an operator with ocamllex which is the #
: difference between two characters or character sets.
Here, there is a notion I don't understand: it is the difference between characters. What does mean the difference between characters? So if someone can explain me, I take it!
[ 'a' - 'z' ] # [ 'a' 'e' 'i' 'o' 'u' ]
denotes the set of all characters between a
and z
that are not a
, e
, i
, o
or u
. More generally, foo # bar
denotes the set of elements that are in foo
but not in bar
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With