Module Siterestrict.Filter

type t =
| Default
| V0(*

Turns off duplicate content filter.

*)
| V1(*

Turns on duplicate content filter.

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