We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ea426 commit 15f910fCopy full SHA for 15f910f
ML/Checker.sml
@@ -238,7 +238,7 @@ fun print_result NONE = println("Invalid input\n")
238
fun check_and_verify2 check_deadlock p m ignore_k max_steps inv trans prog query bounds pred s na () =
239
let
240
val debug_level: Int32.int Unsynchronized.ref = ref 0
241
- val _ = debug_level := 2
+ val _ = debug_level := 3
242
243
val map_constraint = map (map_acconstraint to_nat to_int);
244
val inv = map (map map_constraint) inv;
0 commit comments