Module Kwxmlm

module Kwxmlm: sig .. end

Xmlm Functions that extend Daniel Bünzli's Xmlm module.


Author(s): Keith Waclena

module type Xmlm_type = sig .. end
The signature of the input structure to Make.
module Make: 
functor (Xmlm : Xmlm_type) -> sig .. end
Functor to be applied to Xmlm.