Version 1.3.0
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: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 insig..end
Eliom_predefmod.module type REGCREATE =sig..end
module type ELIOMREGSIG1 =sig..end
module type ELIOMREGSIG =sig..end
module MakeRegister:functor (Pages:REGCREATE) ->ELIOMREGSIGwithtype page = Pages.pageand type options = Pages.options