Module WTypes


module WTypes: sig .. end
Basic datatypes of Mediawiki


type namespace = int 

Phantom types

type page_t = [ `PAGE ] 
type category_t = [ `CATEGORY | `PAGE ] 
type revision_t = [ `REVISION ] 
type user_t = [ `USER ] 
type rc_t 

Core types

module Id: sig .. end
module Title: sig .. end
module Timestamp: sig .. end