Module Odoc_document.Codefmt

type t
val ignore : t -> t
val span : ?attr:string -> t -> t
val txt : string -> t
val noop : t
val cut : t
val sp : t
val list : ?sep:t -> f:('a -> t) -> 'a list -> t
val box_hv : t -> t
val box_hv_no_indent : t -> t
val code : ?attr:string list -> t -> Odoc_document.Types.Inline.t
val documentedSrc : t -> Odoc_document.Types.DocumentedSrc.t
val keyword : string -> t
module Infix : sig ... end