package current-web-pipelines

  1. Overview
  2. Docs
module Group : sig ... end
module Source : sig ... end
type t
val id : t -> string
val source : t -> Source.t
val render_inline : t -> _ inline
val render : t -> _ block
val marshal : t -> string
val unmarshal : string -> t
OCaml

Innovation. Community. Security.