Module FilesResource.Corpus

type t =
| Default
| DEFAULT(*

The items that the user has accessed.

*)
| DOMAIN(*

Items shared to the user's domain.

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