Skip to content

Commit

Permalink
Add link to implicit import proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak authored Apr 17, 2024
1 parent 833a6a6 commit 7800aad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ modules.
[1]: https://downloads.haskell.org/ghc/9.8.2/docs/users_guide/ghci.html#qualified-names

This is similar to [qualified-imports-plugin][2], but it works differently
behind the scenes and supports newer versions of GHC.
behind the scenes and supports newer versions of GHC. It is also similar to the
[implicit import proposal][3], but more limited in scope.

[2]: https://github.com/utdemir/qualified-imports-plugin
[3]: https://github.com/ghc-proposals/ghc-proposals/pull/500

## Basic Usage

Expand Down

0 comments on commit 7800aad

Please sign in to comment.