You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: Missing FunctionalDependencies language extension
4
+
severity: error
5
+
introduced: 9.6.1
6
+
---
7
+
8
+
The [Functional Dependencies extension](https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/functional_dependencies.html#extension-FunctionalDependencies) enables dependencies in multiparameter class declarations.
9
+
10
+
When the extension is missing, the syntax for specifying dependencies is not recognized.
0 commit comments