package facile

  1. Overview
  2. Docs

Module Facile.VarSource

Sourcemodule type ATTR = sig ... end
Sourcemodule Attr : ATTR with type domain = Domain.t and type elt = int
Sourcemodule SetAttr : ATTR with type domain = SetDomain.t and type elt = SetDomain.S.t
Sourcetype ('a, 'b) concrete =
  1. | Unk of 'a
  2. | Val of 'b
Sourcemodule type BASICFD = sig ... end
Sourcemodule type FD = sig ... end
Sourcemodule Fd : FD with type domain = Domain.t and type elt = Domain.elt and type attr = Attr.t and type event = Attr.event
Sourcemodule SetFd : BASICFD with type domain = SetDomain.t and type elt = SetDomain.S.t and type attr = SetAttr.t and type event = SetAttr.event
Sourceval delay : Attr.event list -> Fd.t -> ?waking_id:int -> Cstr.t -> unit
OCaml

Innovation. Community. Security.