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