You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/framework/constraints.ml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -518,7 +518,7 @@ struct
518
518
struct
519
519
includeLattice.Prod (Base1) (Base2)
520
520
letprintXmlf (x,y) =
521
-
BatPrintf.fprintf f "<value>\n<map>\n<key>\n%s\n</key>\n%a<key>\nContext Gas Value\n</key>\n%a</map>\n</value>\n" (XmlUtil.escape (Base1.name ()))Base1.printXml x Base2.printXml y
521
+
BatPrintf.fprintf f "\n%a<analysis name=\"context gas value\">\n%a\n</analysis>"Base1.printXml x Base2.printXml y
522
522
end
523
523
moduleD=Context_Gas_Prod (S.D) (Lattice.Chain (IntConf)) (* Product of S.D and an integer, tracking the context gas value *)
0 commit comments