diff options
| -rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index c2d8437303..f9869ca207 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -10615,7 +10615,7 @@ Using Template Haskell ---------------------- - The data types and monadic constructor functions for Template Haskell - are in the library ``Language.Haskell.THSyntax``. + are in the library ``Language.Haskell.TH.Syntax``. - You can only run a function at compile time if it is imported from another module. That is, you can't define a function in a module, and |
