ghc-9.15: The GHC API
Safe HaskellNone
LanguageGHC2024

GHC.Tc.Instance.FunDeps

Description

Functional dependencies

It's better to read it as: "if we know these, then we're going to know these"

Documentation

data FunDepEqns Source #

Constructors

FDEqns 

Fields

Instances

Instances details
Outputable FunDepEqns Source # 
Instance details

Defined in GHC.Tc.Instance.FunDeps

Methods

ppr :: FunDepEqns -> SDoc Source #