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
02ea58b5
Commit
02ea58b5
authored
Dec 10, 2018
by
johnvg@science.ru.nl
Browse files
remove constructor TVI_CPSLocalTypeVar (from Sparkle)
parent
ba608ce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/syntax.dcl
View file @
02ea58b5
...
...
@@ -1154,7 +1154,6 @@ cNotVarNumber :== -1
|
TVI_Reify
!
Int
|
TVI_Used
/* to administer that this variable is encountered (in checkOpenTypes) */
|
TVI_TypeCode
!
TypeCodeExpression
|
TVI_CPSLocalTypeVar
!
Int
/* MdM - the index of the variable as generated by the theorem prover */
|
TVI_Kinds
![
TypeKind
]
// AA: used to collect kinds during checking
|
TVI_Kind
!
TypeKind
|
TVI_ConsInstance
!
DefinedSymbol
//AA: generic cons instance function
...
...
frontend/syntax.icl
View file @
02ea58b5
...
...
@@ -825,7 +825,6 @@ where
(<<<)
file
(
TVI_AType
at
)
=
file
<<<
"TVI_AType "
<<<
at
(<<<)
file
TVI_Used
=
file
<<<
"TVI_Used"
(<<<)
file
(
TVI_TypeCode
_)
=
file
<<<
"TVI_TypeCode"
(<<<)
file
(
TVI_CPSLocalTypeVar
_)
=
file
<<<
"TVI_CPSLocalTypeVar"
(<<<)
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
)
...
...
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