diff options
author | Camil Staps | 2015-02-15 18:34:40 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-15 18:34:40 +0100 |
commit | 84b568431879e77c3f2b96c883af16730c857984 (patch) | |
tree | 3553e323a7bd91b6dfa964d0a1d7e2f2f73609c1 /week2/camil/TupleOverloading.icl | |
parent | final ass2 commit (diff) |
final commit
Diffstat (limited to 'week2/camil/TupleOverloading.icl')
-rw-r--r-- | week2/camil/TupleOverloading.icl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/week2/camil/TupleOverloading.icl b/week2/camil/TupleOverloading.icl index bdc8c18..0ea437d 100644 --- a/week2/camil/TupleOverloading.icl +++ b/week2/camil/TupleOverloading.icl @@ -1,3 +1,8 @@ +/**
+ * Mart Lubbers, s4109503
+ * Camil Staps, s4498062
+ */
+
implementation module TupleOverloading
import StdEnv
|