Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
9b64feb4
Commit
9b64feb4
authored
Dec 10, 2018
by
johnvg@science.ru.nl
Browse files
remove unused constructors TVI_AType, TVI_Reify, TVI_Kinds, TVI_Kind and TVI_ConsInstance
parent
c1e804f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/syntax.dcl
View file @
9b64feb4
...
...
@@ -1148,13 +1148,8 @@ cNotVarNumber :== -1
|
TVI_SignClass
!
Index
!
SignClassification
!
TypeVarInfo
|
TVI_PropClass
!
Index
!
PropClassification
!
TypeVarInfo
|
TVI_AttrAndRefCount
!
TypeAttribute
!
Int
|
TVI_CorrespondenceNumber
!
Int
/* auxiliary used in module comparedefimp */
|
TVI_AType
!
AType
/* auxiliary used in module comparedefimp */
|
TVI_Reify
!
Int
|
TVI_Used
/* to administer that this variable is encountered (in checkOpenTypes) */
|
TVI_TypeCode
!
TypeCodeExpression
|
TVI_Kinds
![
TypeKind
]
// AA: used to collect kinds during checking
|
TVI_Kind
!
TypeKind
|
TVI_ConsInstance
!
DefinedSymbol
//AA: generic cons instance function
|
TVI_Normalized
!
Int
/* MV - position of type variable in its definition */
|
TVI_GenTypeVarNumber
!
Int
|
TVI_TypeVarArgN
!
Int
// type argument number in module backendconvert
...
...
frontend/syntax.icl
View file @
9b64feb4
...
...
@@ -822,13 +822,10 @@ where
(<<<)
file
(
TVI_SignClass
_
_
_)
=
file
<<<
"TVI_SignClass"
(<<<)
file
(
TVI_AttrAndRefCount
ta
rc
)
=
file
<<<
"TVI_AttrAndRefCount "
<<<
ta
<<<
" "
<<<
rc
(<<<)
file
(
TVI_CorrespondenceNumber
n
)
=
file
<<<
"TVI_CorrespondenceNumber "
<<<
n
(<<<)
file
(
TVI_AType
at
)
=
file
<<<
"TVI_AType "
<<<
at
(<<<)
file
TVI_Used
=
file
<<<
"TVI_Used"
(<<<)
file
(
TVI_TypeCode
_)
=
file
<<<
"TVI_TypeCode"
(<<<)
file
(
TVI_Kinds
_)
=
file
<<<
"TVI_Kinds"
(<<<)
file
(
TVI_PropClass
_
_
_)
=
file
<<<
"TVI_PropClass"
(<<<)
file
(
TVI_TypeKind
kind_info_ptr
)
=
file
<<<
"TVI_TypeKind "
<<<
(
ptrToInt
kind_info_ptr
)
(<<<)
file
(
TVI_Kind
kind
)
=
file
<<<
"TVI_Kind"
<<<
kind
instance
<<<
AttrVarInfo
where
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment