module ImgType:sig..end
type t =
| |
Default |
|||
| |
Clipart |
(* |
clipart
| *) |
| |
Face |
(* |
face
| *) |
| |
Lineart |
(* |
lineart
| *) |
| |
News |
(* |
news
| *) |
| |
Photo |
(* |
photo
| *) |
val to_string : t -> string
val of_string : string -> t