fn deps_of<T>(e: &T) -> AHashSet<TypedId>where
    T: VisitWith<DepAnalyzer>,