Conan.TestSourcetype 'a t = private | True : 'a t| False : 'a t| Numeric : 'a Integer.t * 'a Comparison.t -> 'a t| Float : float Comparison.t -> float t| Unicode_string : [ `BE | `LE ] * string Comparison.t -> string t| String : string Comparison.t -> string t| Length : int Comparison.t -> string t| Regex : Re.t Comparison.t -> Re.t t| Date : Ptime.Span.t Comparison.t -> Ptime.t t