aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/explicitimports.icl4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/explicitimports.icl b/frontend/explicitimports.icl
index ee0be00..07bf747 100644
--- a/frontend/explicitimports.icl
+++ b/frontend/explicitimports.icl
@@ -529,13 +529,15 @@ checkExplicitImportCompleteness dcls_explicit dcl_modules icl_functions macro_de
instance toString STE_Kind where
toString (STE_FunctionOrMacro _) = "function/macro"
+ toString (STE_DclMacroOrLocalMacroFunction _) = "macro"
toString STE_Type = "type"
toString STE_Constructor = "constructor"
toString (STE_Field _) = "field"
toString STE_Class = "class"
- toString STE_Generic = "generic" //AA
toString STE_Member = "class member"
+ toString STE_Generic = "generic" //AA
toString (STE_Instance _) = "instance"
+ toString ste = "<<unknown symbol kind>>"
check_whether_ident_is_imported :: !Ident !STE_Kind !CheckCompletenessInputBox !*CheckCompletenessStateBox
-> *CheckCompletenessStateBox