aboutsummaryrefslogtreecommitdiff
path: root/frontend/IndexType.icl
diff options
context:
space:
mode:
authorronny2003-10-07 07:11:09 +0000
committerronny2003-10-07 07:11:09 +0000
commit470ea5f597bbfecdbef8f8e743212c7e5df25c66 (patch)
tree43a160024858d05a1c49fd09a1b89c0a5ef95ab8 /frontend/IndexType.icl
parentincrease version number to 919 for Clean 2.1 (diff)
isolate Index type for compatability with Sparkle source tree
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1384 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/IndexType.icl')
-rw-r--r--frontend/IndexType.icl6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/IndexType.icl b/frontend/IndexType.icl
new file mode 100644
index 0000000..20f3cef
--- /dev/null
+++ b/frontend/IndexType.icl
@@ -0,0 +1,6 @@
+implementation module
+ IndexType
+
+:: Index :== Int
+
+:: CheatCompiler = CheatCompiler \ No newline at end of file