模組 CamlinternalMod

module CamlinternalMod: sig .. end

遞迴模組的執行期支援。此模組中的所有函式僅供系統使用,不適用於一般使用者。


type shape = 
| 函式
| Lazy
| 類別
| Module of shape array
| Value of Obj.t
val init_mod : string * int * int -> shape -> Obj.t
val update_mod : shape -> Obj.t -> Obj.t -> unit