We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff310a commit 2dd2f48Copy full SHA for 2dd2f48
1 file changed
semantics/language/common/conversion.k
@@ -49,7 +49,7 @@ module C-CONVERSION
49
// assumed they apply anywhere but they still need to raise some errors.
50
51
rule cast(T':Type, tv(V:CValue, T:Type)) => tv(V, cast(T', T))
52
- when stripQualifiers(T) ==K stripQualifiers(T')
+ when stripQualifiers(T) ==Type stripQualifiers(T')
53
[structural, anywhere]
54
55
/*@ \fromStandard{\source[n1570]{\para{6.3.1.2}{1}}}{
0 commit comments