Values.OrStatementA logical rule statement used to combine other rule statements with OR logic. You provide more than one Statement within the OrStatement.
type nonrec t = {statements : Statements.t;The statements to combine with OR logic. You can use any statements that can be nested.
*)}