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) ->ELIOMREGSIGwith type page = Pages.page and type options = Pages.options