Module C.WithPos
Clause within which a subterm (and its position) are hilighted
type t
=
{
clause : clause;
pos : Logtk.Position.t;
term : Logtk.Term.t;
}
C.WithPos
Clause within which a subterm (and its position) are hilighted
type t
=
{
clause : clause; |
pos : Logtk.Position.t; |
term : Logtk.Term.t; |
}