Datatype RefKind
Classification of variable references; all references have kind Ref
,
but only declarations have kind Decl
.
Note that references that are not declarations are called accesses elsewhere, but they are not treated specially in this context.
Import path
import Declarations.Declarations