sig
  type error = BACKEND
  exception Error of GtkSpell.error * string
  val attach : ?lang:string -> #GText.view -> unit
  val is_attached : #GText.view -> bool
  val detach : #GText.view -> unit
  val recheck_all : #GText.view -> unit
  val set_language : #GText.view -> string option -> unit
end