[Git][ghc/ghc][master] Fix typo in docs/users_guide/exts/type_families.rst
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 98fa0d36 by Simon Hengel at 2025-11-27T17:54:57-05:00 Fix typo in docs/users_guide/exts/type_families.rst - - - - - 1 changed file: - docs/users_guide/exts/type_families.rst Changes: ===================================== docs/users_guide/exts/type_families.rst ===================================== @@ -680,7 +680,7 @@ thus: :: When doing so, we (optionally) may drop the "``family``" keyword. The type parameters must all be type variables, of course, and some (but -not necessarily all) of then can be the class parameters. Each class +not necessarily all) of them can be the class parameters. Each class parameter may only be used at most once per associated type, but some may be omitted and they may be in an order other than in the class head. Hence, the following contrived example is admissible: :: View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/98fa0d3616847fa170f8ab25fe9cc6cc... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/98fa0d3616847fa170f8ab25fe9cc6cc... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)