Module Os_icons
module Os_icons : sig..end
The icons used internally by Ocsigen Start's library. Customize them with your own icons by calling module Register.
module type ICSIG = sig..end
module D : ICSIG
module F : ICSIG
module Register : functor (FF : ICSIG) ->
functor (DD : ICSIG) ->
sig..end