package alba

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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
OCaml

Innovation. Community. Security.