package shakuhachi

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

Module SkhcPlugin.TaggerSource

Operations for the tagger plugin.

  • since 0.3.0
Sourcemodule type S = sig ... end

Signature of a shakuhachi tagger plugin

Sourceval register : (module S) -> unit

register plugin registers plugin to be loaded by skhc-tag.

Sourceval plugin : unit -> (module S) option

plugins () returns th plugins currently registered.