Module CseResource.SiteSearchFilter

type t =
  1. | Default
  2. | E
    (*

    exclude

    *)
  3. | I
    (*

    include

    *)
val to_string : t -> string
val of_string : string -> t