package liquidsoap-lang

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

Module Liquidsoap_lang.Type_custom

type custom = Type_base.custom
module type Specs = sig ... end
module type Implementation = sig ... end
module Make (S : Specs) : Implementation with type content = S.content