Module TermInner.Binder

module Binder: sig .. end

type t = [ `Exists | `Forall | `Fun | `Mu | `TyForall ] 
val to_string : t -> string