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/frontend.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/frontend.dcl')
-rw-r--r-- | frontend/frontend.dcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl index 4b23a06..86aa0e3 100644 --- a/frontend/frontend.dcl +++ b/frontend/frontend.dcl @@ -3,8 +3,14 @@ */ definition module frontend +/*2.0 +from scanner import ::SearchPaths +from general import ::Optional, Yes, No +0.2*/ +//1.3 from scanner import SearchPaths from general import Optional, Yes, No +//3.1 import checksupport, transform, overloading :: FrontEndOptions |