Skip to content

Commit 05eaf17

Browse files
committed
Generalized signature of getTypeInType
1 parent 0bd7250 commit 05eaf17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/analysis/typepal/Solver.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ Solver newSolver(map[str,Tree] namedTrees, TModel tm){
16931693
/* Types */ solver_getType,
16941694
solver_getTypeInScope,
16951695
solver_getTypeInScopeFromName,
1696-
solver_getTypeInType,
1696+
solver_getTypeInType + getTypeInType,
16971697
solver_getAllDefinedInType,
16981698
/*Fact */ fact,
16991699
solver_specializedFact,

0 commit comments

Comments
 (0)