Comments, plus type sigs
[ghc-hetmet.git] / compiler / typecheck / FamInst.lhs
index 9a34943..fd98fe9 100644 (file)
@@ -65,6 +65,7 @@ instance Ord ModulePair where
 --
 type ModulePairSet = FiniteMap ModulePair ()
 
+listToSet :: [ModulePair] -> ModulePairSet
 listToSet l = listToFM (zip l (repeat ()))
 
 checkFamInstConsistency :: [Module] -> [Module] -> TcM ()