summaryrefslogtreecommitdiff
path: root/week2/mart/StdT.dcl
diff options
context:
space:
mode:
authorMart Lubbers2015-04-16 21:22:20 +0200
committerMart Lubbers2015-04-16 21:22:20 +0200
commit6f604b19d3f5966e5c1d7c4fdf3703bd6ff0861c (patch)
tree96d580507249f7f58368476d9113007d4afcd748 /week2/mart/StdT.dcl
parentAdded student numbers (diff)
update to fp2 yay, public and licence
Diffstat (limited to 'week2/mart/StdT.dcl')
-rw-r--r--week2/mart/StdT.dcl18
1 files changed, 0 insertions, 18 deletions
diff --git a/week2/mart/StdT.dcl b/week2/mart/StdT.dcl
deleted file mode 100644
index f4f0d75..0000000
--- a/week2/mart/StdT.dcl
+++ /dev/null
@@ -1,18 +0,0 @@
-definition module StdT
-
-import StdOverloaded
-
-:: T
-
-instance == T
-instance < T
-
-instance zero T
-instance + T
-instance - T
-
-instance toInt T
-instance fromInt T
-
-instance toString T
-instance fromString T