Module Siterestrict.Safe

type t =
| Default
| High(*

Enables highest level of safe search filtering.

*)
| Medium(*

Enables moderate safe search filtering.

*)
| Off(*

Disables safe search filtering.

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