package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Eliom_Internal_Error of string
module Lwt_ops : sig ... end

Module with Lwt operators: Open to use them without polluting your scope.

module type Map_S = sig ... end
module Int64_map : Map_S with type key = int64
module Int_map : Map_S with type key = int
module String_map : Map_S with type key = string