Closed stil4m closed 6 years ago
For example in the following file:
module Test exposing (foo) type alias Thing = { x : Int } foo : Int -> Int foo x = let f : Thing f = { x = x } in f.x
Thing is annotated with 0 internal references, while it is being used within a let expression in foo.
Thing
foo
I'm using version 0.1.2 of elm-lens.
0.1.2
@stil4m Can you please confirm that this is fixed for you in v0.2.0?
Tested in 0.2.0 and it is fixed 👍
For example in the following file:
Thing
is annotated with 0 internal references, while it is being used within a let expression infoo
.I'm using version
0.1.2
of elm-lens.