## my_rule
my_rule(name, first, second)
This is my rule. It does stuff. ### Attributes
name String; required

A unique name for this rule.

first Label; required
second Dictionary: String -> String; required
## other_rule
other_rule(name, fourth, third)
This is another rule. ### Attributes
name String; required

A unique name for this rule.

fourth Dictionary: String -> String; required
third Label; required
## yet_another_rule
yet_another_rule(name, fifth)
This is yet another rule ### Attributes
name String; required

A unique name for this rule.

fifth Label; required