To reproduce: Create the following module: ```haskell module Foo where bar = () foo = ba ``` - Trigger completion for `ba` - Observe that the provenance of `bar` is `Just Foo` instead of just `Foo` 