diff options
Diffstat (limited to 'files/practicum/StdSortList.icl')
-rw-r--r-- | files/practicum/StdSortList.icl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/files/practicum/StdSortList.icl b/files/practicum/StdSortList.icl deleted file mode 100644 index 20acaf7..0000000 --- a/files/practicum/StdSortList.icl +++ /dev/null @@ -1,5 +0,0 @@ -implementation module StdSortList
-
-import StdEnv
-
-:: SortList a = ... // maak deze type definitie af (mag ook een synoniem type zijn, maar gebruik dan :== in plaats van =)
|