You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After navigating through the code, I found a way to get them: Expr.Term.get_tag term Expr.Tags.named
It still is cumbersome to visit the terms, would it be interesting to add a term visitor/iterator in Dolmen unfolding the different subterms of a given term?
I am searching how to access the custom names of assertions (and sub expressions). For example, on the following file:
I would like to have the term
+ x x
associated to the identifierfoo
and the whole assertion associated to the identifierbar
.The text was updated successfully, but these errors were encountered: