module CamlinternalMod: sig .. endtype shape = | | | Function | 
| | | Lazy | 
| | | Class | 
| | | Module of shape array | 
| | | Value of Obj.t | 
let init_mod: ((string, int, int), shape) => Obj.t;
let update_mod: (shape, Obj.t, Obj.t) => unit;