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