package dssi

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

Module Dssi.PluginSource

Operations on plugins.

Sourcetype t

A plugin.

Sourceexception Not_a_plugin

Error while loading a plugin.

Sourceval load : string -> t

Load a plugin.

Sourceval unload : t -> unit

Unload a plugin.