package orsetto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val primitive : 'a Cf_type.nym -> (Buffer.t, 'a) t

Same as Cf_data_render.Basis.primitive.

val control : [ `Default | `Special of (Buffer.t, 'a) t -> ('a, 'b) Cf_data_render.control -> (Buffer.t, 'b) t ]

Same as Cf_data_render.Basis.control.

val pair : 'k Cf_data_render.pair -> (Buffer.t, unit) t -> (Buffer.t, unit) t -> (Buffer.t, unit) t

Same as Cf_data_render.Basis.pair.

val sequence : 'k Cf_data_render.container -> (Buffer.t, unit) t Seq.t -> (Buffer.t, unit) t

Same as Cf_data_render.Basis.sequence.