Up

Module Rule = Patdiff_format.Rule

Signature

module Annex : sig .. end
type t = private {
pre
: Annex.t ;
suf
: Annex.t ;
styles
: Patdiff_format.Style.t list ;
name
: string ;
}
val sexp_of_t : t -> Sexplib.Sexp.t
val create : ?pre:Annex.t -> ?suf:Annex.t -> Patdiff_format.Style.t list -> name:string -> t
val blank : name:string -> t
val unstyled_prefix : string -> name:string -> t
val strip_styles : t -> t