summaryrefslogtreecommitdiff
path: root/files/practicum/StdStack.icl
diff options
context:
space:
mode:
Diffstat (limited to 'files/practicum/StdStack.icl')
-rw-r--r--files/practicum/StdStack.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/practicum/StdStack.icl b/files/practicum/StdStack.icl
index f8583d5..4b3a1f8 100644
--- a/files/practicum/StdStack.icl
+++ b/files/practicum/StdStack.icl
@@ -2,7 +2,7 @@ implementation module StdStack
import StdEnv
-:: Stack a
+:: Stack a = ... // maak deze type definitie af (mag ook een synoniem type zijn, maar gebruik dan :== in plaats van =)
Start = ( "s0 = newStack = ", s0,'\n'
, "s1 = push 1 s0 = ", s1,'\n'