Module Values.ComparatorSource
Sourcetype nonrec t = | LessThan| LessThanOrEqualTo| GreaterThan| GreaterThanOrEqualTo| EqualTo| NotEqualTo| Exists| DoesNotExist| In| NotIn| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]