package linkage

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type plugin = ..
val provide : plugin -> 'a
type error =
  1. | Not_a_linkage_plugin
  2. | Wrong_plugin_type of plugin
val load : string -> (plugin, error) result
exception Error of string * error
val raise_error : (plugin, error) result -> 'a