Skip to content
GitLab
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
017accb7
Commit
017accb7
authored
Apr 04, 2002
by
Martijn Vervoort
Browse files
- removed strictness annotations
parent
56b82608
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/overloading.dcl
View file @
017accb7
...
...
@@ -24,7 +24,7 @@ import syntax, check, typesupport
,
si_tail_strict_list_instances
::
![
ArrayInstance
]
,
si_next_TC_member_index
::
!
Index
,
si_TC_instances
::
![
GlobalTCInstance
]
,
si_type_constructors_in_patterns
::
![
!
Index
]
,
si_type_constructors_in_patterns
::
![
Index
]
}
::
OverloadingState
=
...
...
@@ -48,7 +48,7 @@ tryToSolveOverloading :: ![(Optional [TypeContext], [ExprInfoPtr], IdentPos, Ind
,
tci_instances
::
![
GlobalTCInstance
]
,
tci_type_var_heap
::
!.
TypeVarHeap
,
tci_dcl_modules
::
!{#
DclModule
}
,
tci_type_constructors_in_patterns
::
![
!
Index
]
,
tci_type_constructors_in_patterns
::
![
Index
]
}
removeOverloadedFunctions
::
![
Index
]
![
LocalTypePatternVariable
]
!
Int
!*{#
FunDef
}
!*{!
FunctionType
}
!*
ExpressionHeap
...
...
frontend/overloading.icl
View file @
017accb7
...
...
@@ -50,7 +50,7 @@ import genericsupport, compilerSwitches, type_io_common
,
si_tail_strict_list_instances
::
![
ArrayInstance
]
,
si_next_TC_member_index
::
!
Index
,
si_TC_instances
::
![
GlobalTCInstance
]
,
si_type_constructors_in_patterns
::
![
!
Index
]
,
si_type_constructors_in_patterns
::
![
Index
]
}
::
LocalTypePatternVariable
=
...
...
@@ -1297,7 +1297,7 @@ getTCDictionary symb_name var_info_ptr (var_heap, error)
,
tci_instances
::
![
GlobalTCInstance
]
,
tci_type_var_heap
::
!.
TypeVarHeap
,
tci_dcl_modules
::
!{#
DclModule
}
,
tci_type_constructors_in_patterns
::
![
!
Index
]
,
tci_type_constructors_in_patterns
::
![
Index
]
}
class
toTypeCodeExpression
type
::
!
Ident
type
!(!*
TypeCodeInfo
,!*
VarHeap
,!*
ErrorAdmin
)
->
(!
TypeCodeExpression
,
!(!*
TypeCodeInfo
,!*
VarHeap
,!*
ErrorAdmin
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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