package dssi

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

Operations on plugins.

type t

A plugin.

exception Not_a_plugin

Error while loading a plugin.

val load : string -> t

Load a plugin.

val unload : t -> unit

Unload a plugin.