Ocsigen

This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!

Module Eliom_mkreg


module Eliom_mkreg: sig .. end
This module defines the functor to use to creates modules generating functions to register services for your own types of pages. It is used for example in Eliom_predefmod.


Creating modules to register services for one type of pages


module type REGCREATE = sig .. end
module type ELIOMREGSIG1 = sig .. end
module type ELIOMREGSIG = sig .. end
module MakeRegister: 
functor (Pages : REGCREATE) -> ELIOMREGSIG withtype page = Pages.pageand type options = Pages.options