Module Values.ComparisonOperatorSource
Sourcetype nonrec t = | GreaterThanOrEqualToThreshold| GreaterThanThreshold| LessThanThreshold| LessThanOrEqualToThreshold| LessThanLowerOrGreaterThanUpperThreshold| LessThanLowerThreshold| GreaterThanUpperThreshold| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]