ConCat.NormaliseType
Description
Utility functions for normalising, comparing types modulo type families.
eqTypeM :: HscEnv -> DynFlags -> ModGuts -> Type -> Type -> IO (Maybe (Type, Type)) Source #
Compare two types after first normalising out type families. Returns Nothing when they are equal, and Just of the two normalised types if not.
Nothing
Just