src/Development/IDE/Spans/AtPoint.hs:132:9: error: Not in scope: data constructor ‘HTyConApp’ | 132 | HTyConApp tc _ -> Just $ ifaceTyConName tc | ^^^^^^^^^ src/Development/IDE/Spans/AtPoint.hs:133:9: error: Not in scope: data constructor ‘HTyVarTy’ | 133 | HTyVarTy n -> Just n | ^^^^^^^^ src/Development/IDE/Spans/AtPoint.hs:174:41: error: Not in scope: type constructor or class ‘HieAST’ | 174 | pointCommand :: HieFile -> Position -> (HieAST TypeIndex -> a) -> [a] | ^^^^^^ src/Development/IDE/Spans/AtPoint.hs:174:48: error: Not in scope: type constructor or class ‘TypeIndex’ | 174 | pointCommand :: HieFile -> Position -> (HieAST TypeIndex -> a) -> [a] | ^^^^^^^^^