let
make_term (term:
Term
.term) (offset: int) : term =
{
st_term = term;
st_offset = offset;
}