package bap-std

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

a factory of reconstructors

type t = t
val list : unit -> string list

list source is a list of names of source providers

val find : string -> t Source.source option

create name args finds a source provider with the given name and creates it

val register : string -> t Source.source -> unit

register 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.