diff options
author | ronny | 2001-09-05 07:54:08 +0000 |
---|---|---|
committer | ronny | 2001-09-05 07:54:08 +0000 |
commit | 319e7c186f7d3009e0612e35c8c5a3e6bc524dd5 (patch) | |
tree | 4bfbe0d9c46f35f9a2288b744ecb556096c06e67 /backend | |
parent | print forall typevars in backend (diff) |
print forall typevars in backend
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@738 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend')
-rw-r--r-- | backend/Clean System Files/backend_library | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/backend/Clean System Files/backend_library b/backend/Clean System Files/backend_library index 3151ce8..342803b 100644 --- a/backend/Clean System Files/backend_library +++ b/backend/Clean System Files/backend_library @@ -1,4 +1,4 @@ -CleanCompilerLib +backend.dll BEGetVersion BEInit BEFree @@ -14,14 +14,23 @@ BETypeSymbol BEDontCareDefinitionSymbol BEBoolSymbol BELiteralSymbol +BEPredefineListConstructorSymbol +BEPredefineListTypeSymbol +BEAdjustStrictListConsInstance +BEAdjustUnboxedListDeconsInstance +BEAdjustOverloadedNilFunction +BEOverloadedConsSymbol +BEOverloadedPushNode BEPredefineConstructorSymbol BEPredefineTypeSymbol BEBasicSymbol BEVarTypeNode +BETypeVarListElem BETypeVars BENoTypeVars BENormalTypeNode BEAnnotateTypeNode +BEAddForAllTypeVariables BEAttributeTypeNode BEAttributeKind BENoAttributeKinds @@ -111,11 +120,3 @@ BEDefineImportedObjsAndLibs BESetMainDclModuleN BEDeclareDynamicTypeSymbol BEDynamicTempTypeSymbol -BEDeclarePredefinedSymbols -BEPredefineListTypeSymbol -BEPredefineListConstructorSymbol -BEAdjustStrictListConsInstance -BEAdjustUnboxedListDeconsInstance -BEAdjustOverloadedNilFunction -BEOverloadedConsSymbol -BEOverloadedPushNode |