Reconstructor.Factorya factory of reconstructors
type t = tval find : string -> t Source.source optioncreate name args finds a source provider with the given name and creates it
val register : string -> t Source.source -> unitregister name cons registers a method that creates a given source of information. If a method with the given name already exists, then it will be superseded by a new one.