module Seq:Sigs.SEQUENT
type t
val equal : t -> t -> boolNODE is done
via another one marked with a syntactically equal sequent. : t -> t -> boolequal but ignoring tags. Used to check that the target of a
backlink NODE is equal to that marking it, ignoring tags. : t -> Tags.tval to_string : t -> string
val to_melt : t -> Latex.t
val pp : Format.formatter -> t -> unit