Module Defun.Interactive

type t =
| No_arg
| Ignored
| Prompt of string
| Raw_prefix
| Region
include Ecaml__.Import.Valueable.S with type t := t
type t
type 'a type_
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t
val type_ : t type_