From 2ac99a03367b60773e57af16349d17a0ef3f8777 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Wed, 17 Apr 2024 09:48:34 -0500 Subject: [PATCH] Add link to implicit import proposal (#23) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74629fb..e056dce 100644 --- a/README.md +++ b/README.md @@ -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