We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02cf3d5 + 73b8dd8 commit b0c1a32Copy full SHA for b0c1a32
1 file changed
src/framework/control.ml
@@ -860,7 +860,7 @@ let rec analyze_loop (module CFG : CfgBidirSkip) file fs change_info =
860
Whoever raised the exception should've modified some global state
861
to do a more precise analysis next time. *)
862
(* TODO: do some more incremental refinement and reuse parts of solution *)
863
- analyze_loop (module CFG) file fs change_info
+ analyze_loop (module CFG: CfgBidirSkip) file fs change_info (* explicit module type needed for OCaml 5.5: https://github.com/goblint/analyzer/issues/2006 *)
864
865
(** The main function to perform the selected analyses. *)
866
let analyze change_info (file: file) fs =
0 commit comments