From a7d7542dc646a5fd124ef71e71ce260889f1701b Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 2 Feb 2016 19:24:50 +0100 Subject: Moved to 1415 directory --- files/practicum/StdSet.dcl | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 files/practicum/StdSet.dcl (limited to 'files/practicum/StdSet.dcl') diff --git a/files/practicum/StdSet.dcl b/files/practicum/StdSet.dcl deleted file mode 100644 index 6cad7f1..0000000 --- a/files/practicum/StdSet.dcl +++ /dev/null @@ -1,25 +0,0 @@ -definition module StdSet - -import StdClass - -:: Set a - -toSet :: [a] -> Set a | Eq a -fromSet :: (Set a) -> [a] - -isEmptySet :: (Set a) -> Bool -isDisjoint :: (Set a) (Set a) -> Bool | Eq a -isSubset :: (Set a) (Set a) -> Bool | Eq a -isStrictSubset :: (Set a) (Set a) -> Bool | Eq a -memberOfSet :: a (Set a) -> Bool | Eq a -union :: (Set a) (Set a) -> Set a | Eq a -intersection :: (Set a) (Set a) -> Set a | Eq a -nrOfElements :: (Set a) -> Int -without :: (Set a) (Set a) -> Set a | Eq a - -product :: (Set a) (Set b) -> Set (a,b) - -instance zero (Set a) -instance == (Set a) | Eq a - -powerSet :: (Set a) -> Set (Set a) -- cgit v1.2.3