f4502fdbed6d0d17616f963e6ec75ff2be47d39a
[ghc-hetmet.git] / ghc / compiler / utils / ListSetOps.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface ListSetOps where
3 intersectLists :: Eq a => [a] -> [a] -> [a]
4 minusList :: Eq a => [a] -> [a] -> [a]
5 unionLists :: Eq a => [a] -> [a] -> [a]
6