Module Facile.Var.Fd

module Fd: FD  with
      type domain = Domain.t and
      type elt = Domain.elt and
      type attr = Attr.t and
      type event = Attr.event

include Facile.Var.BASICFD
val remove : t -> elt -> unit
val values : t -> elt list
val iter : (elt -> unit) -> t -> unit