package alba

  1. Overview
  2. Docs

Enviroment for Web Applications.

module type DECODER = sig ... end
module type ENCODER = sig ... end
module type WEB_APPLICATION = sig ... end
module type BROWSER = sig ... end
module Make (Browser : BROWSER) : sig ... end