Skip to content

Simplify custom operator creation

Compare
Choose a tag to compare
@sascha-wolf sascha-wolf released this 21 Nov 11:44

This release introduces a greatly simplified Operator generation. I've realised that the former implementation basically was reimplementing structs in a shitty manner. As such the Brex.Operator is now simply a struct with an aggregator and a clauses field.

For details take a look at the Brex.Operator moduledocs.