aboutsummaryrefslogtreecommitdiff
path: root/frontend/explicitimports.dcl
diff options
context:
space:
mode:
authorjohnvg2013-04-05 14:31:26 +0000
committerjohnvg2013-04-05 14:31:26 +0000
commit06a9755549c194ed39245152f66d81f43e2d9719 (patch)
tree36833039b00c467487ffbd5da3d00be4fad5dcd9 /frontend/explicitimports.dcl
parentchange type GenericCaseDef, add types GenericCaseFunctions and GCF (diff)
add derive class for deriving generic functions in class context (from iTask branch)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2225 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/explicitimports.dcl')
-rw-r--r--frontend/explicitimports.dcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/explicitimports.dcl b/frontend/explicitimports.dcl
index 9479a4b..f428874 100644
--- a/frontend/explicitimports.dcl
+++ b/frontend/explicitimports.dcl
@@ -41,7 +41,8 @@ ExpressionNameSpaceN:==0
TypeNameSpaceN:==1
ClassNameSpaceN:==2
FieldNameSpaceN:==3
-OtherNameSpaceN:==4
+GenericNameSpaceN:==4
+OtherNameSpaceN:==5
search_qualified_ident :: !Ident {#Char} !NameSpaceN !*CheckState -> (!Bool,!DeclarationRecord,!*CheckState)
search_qualified_import :: !String !SortedQualifiedImports !NameSpaceN -> (!Bool,!DeclarationRecord)