| File doc/ocsigen/Eliom_mkreg.html | GODI Package apps-ocsigen |
| Eliom_mkreg.html | eliom_mkreg.cmi_pretty | Sources |
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) -> ELIOMREGSIG with
type page = Pages.page
and type options = Pages.options