diff options
author | martijnv | 2001-03-16 08:13:12 +0000 |
---|---|---|
committer | martijnv | 2001-03-16 08:13:12 +0000 |
commit | 89abb84f98a378ccfd0c4a2e87337d86061e6385 (patch) | |
tree | 5083f1abb2efb0adafcf9aa7c8143056397e91b1 /main/compile.dcl | |
parent | *** empty log message *** (diff) |
no message
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@334 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/compile.dcl')
-rw-r--r-- | main/compile.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/compile.dcl b/main/compile.dcl index 68495c5..2663e83 100644 --- a/main/compile.dcl +++ b/main/compile.dcl @@ -14,3 +14,5 @@ compile :: ![{#Char}] !*DclCache !*Files -> (!Bool,!*DclCache,!*Files) }; empty_cache :: *DclCache + +openTclFile :: !String !*Files -> (!.File, !*Files)
\ No newline at end of file |