diff options
author | clean | 2000-07-10 16:27:18 +0000 |
---|---|---|
committer | clean | 2000-07-10 16:27:18 +0000 |
commit | 02f5204c93e41710dc091ae41ed839d536ec3375 (patch) | |
tree | efc3fa704ed4d0b14daad26eefe51874194f1165 /frontend/scanner.dcl | |
parent | optimised consequence checking for explicit imports (diff) |
Improved compatibility with Maarten's Theorem Prover Sources
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@184 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/scanner.dcl')
-rw-r--r-- | frontend/scanner.dcl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/frontend/scanner.dcl b/frontend/scanner.dcl index dd00ae8..daa8bab 100644 --- a/frontend/scanner.dcl +++ b/frontend/scanner.dcl @@ -2,7 +2,12 @@ definition module scanner import StdEnv, general -:: SearchPaths :== [String] +// RWS Proof ... :: SearchPaths :== [String] +:: SearchPaths = + { sp_locations :: [(String, String)] // (module, path) + , sp_paths :: [String] + } +// ... RWS :: * ScanState |