Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t =
| Self
| Unsafe_inline
| Unsafe_eval
| Strict_dynamic
| Report_sample
| Nonce of string
| Hash of {
algorithm : Hash_algorithm.t;
value : string;
}
| Host_or_scheme of string
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
val sexp_of_t : t -> Sexplib0.Sexp.t