diff options
author | Camil Staps | 2015-05-28 22:01:46 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-28 22:01:46 +0200 |
commit | 1565c7c4460d2728a82876e5e99b34895b58f088 (patch) | |
tree | 1f63be53186fe9203ce1d7ecc33bda36c9685dca /fp2/week45/mart | |
parent | Cleanup eval (diff) |
week 45 finish
Diffstat (limited to 'fp2/week45/mart')
-rw-r--r-- | fp2/week45/mart/RefactorX.dcl | 2 | ||||
-rw-r--r-- | fp2/week45/mart/RefactorX.icl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/fp2/week45/mart/RefactorX.dcl b/fp2/week45/mart/RefactorX.dcl index e7fef07..393c097 100644 --- a/fp2/week45/mart/RefactorX.dcl +++ b/fp2/week45/mart/RefactorX.dcl @@ -1,3 +1,5 @@ +// Mart Lubbers s4109503, Camil Staps s4498062
+
definition module RefactorX
from StdClass import class toString
diff --git a/fp2/week45/mart/RefactorX.icl b/fp2/week45/mart/RefactorX.icl index 1334aac..c74df08 100644 --- a/fp2/week45/mart/RefactorX.icl +++ b/fp2/week45/mart/RefactorX.icl @@ -1,3 +1,5 @@ +// Mart Lubbers s4109503, Camil Staps s4498062
+
implementation module RefactorX
import StdEnv
|