rename overlay[caller] to overlay[caller?]

This commit is contained in:
Kasper Svendsen
2025-06-20 13:20:01 +02:00
parent 2da8d61984
commit 81b677a2d9
11 changed files with 27 additions and 27 deletions

View File

@@ -851,7 +851,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
)
}
overlay[caller]
overlay[caller?]
pragma[inline]
predicate baseTypeMentionHasNonTypeParameterAt(
Type sub, TypeMention baseMention, TypePath path, Type t
@@ -859,7 +859,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
not t = sub.getATypeParameter() and baseTypeMentionHasTypeAt(sub, baseMention, path, t)
}
overlay[caller]
overlay[caller?]
pragma[inline]
predicate baseTypeMentionHasTypeParameterAt(
Type sub, TypeMention baseMention, TypePath path, TypeParameter tp