Module Evil.State
type t=|Evilified|Other of Ecaml.Symbol.t
val equal : t -> t -> boolval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val get : unit -> t(describe-variable 'evil-state)
Evil.Statetype t = | Evilified |
| Other of Ecaml.Symbol.t |
val equal : t -> t -> boolval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval get : unit -> t(describe-variable 'evil-state)