Module Genarg.Register
Parameters
Signature
val register0 : ('raw, 'glb, 'top) genarg_type -> ('raw, 'glb, 'top) M.obj -> unitRegister a ground type manipulation function.
val obj : ('raw, 'glb, 'top) genarg_type -> ('raw, 'glb, 'top) M.objRecover a manipulation function at a given type.
val mem : (_, _, _) genarg_type -> boolIs this type registered?
val fold_keys : (ArgT.any -> 'acc -> 'acc) -> 'acc -> 'accFold over the registered keys.