diff options
author | johnvg | 2001-11-21 14:48:35 +0000 |
---|---|---|
committer | johnvg | 2001-11-21 14:48:35 +0000 |
commit | 27f4faa94e9f24d7f6edb1c489c0e0a423b3ea9a (patch) | |
tree | 1664cf026fad2db55f22d2d96fcef41f906b70d7 /frontend/general.dcl | |
parent | tail recursion modulo cons for strict lists (diff) |
new explicit import syntax
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@901 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/general.dcl')
-rw-r--r-- | frontend/general.dcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/general.dcl b/frontend/general.dcl index 9739a5b..268d9fa 100644 --- a/frontend/general.dcl +++ b/frontend/general.dcl @@ -1,6 +1,11 @@ definition module general +/*2.0 +from StdEnv import instance <<< Int,class <<< (..),instance + Int,class + (..),instance ~ Int,class ~ (..) +0.2*/ +//1.3 from StdEnv import <<<, +, ~ +//3.1 instance ~ Bool |