package dune

  1. Overview
  2. Docs

A simple renderer that doesn't take tags

module Tag : Tag with type t = unit with type Handler.t = unit
val string : unit -> (?margin:int -> ?tag_handler:Tag.Handler.t -> Tag.t t -> string) Staged.t
val channel : out_channel -> (?margin:int -> ?tag_handler:Tag.Handler.t -> Tag.t t -> unit) Staged.t
OCaml

Innovation. Community. Security.