ityonemo/mavis

consider switching union and intersection operators

Closed this issue · 1 comments

In Elixir 1.11 the operator | has been moved to Kernel.SpecialForms - it might be a good idea to not use that for union operator anymore (and use <|> for union). It might then be possible to use <~> for intersection.

completed in #54