[project @ 1996-01-11 14:06:51 by partain]
[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