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
Closehaskell#2404.
`tcdLName` is partial for type/data families, its a record field
accessor which is not defined for all cases of the `TyClDecl` type.
Instead we use `tyClDeclLName` which will look for the name through an
indirection.
0 commit comments