术语周围的单个 guillemets 表示对该类型范围内某个术语的引用。
term ::= ...
| `‹t›` resolves to an (arbitrary) hypothesis of type `t`.
It is useful for referring to hypotheses without accessible names.
`t` may contain holes that are solved by unification with the expected type;
in particular, `‹_›` is a shortcut for `by assumption`.
‹term›这可以用来通过定理陈述而不是名称来引用局部引理,或者用来引用假设,无论它们是否有明确的名称。