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 e402150 commit be69a34Copy full SHA for be69a34
src/framework/analyses.ml
@@ -370,7 +370,7 @@ exception Ctx_failure of string
370
let ctx_failwith s = raise (Ctx_failure s) (* TODO: use everywhere in ctx *)
371
372
(** Convert [ctx] to [Queries.ask]. *)
373
-let ask_of_ctx ctx: Queries.ask = { Queries.f = fun (type a) (q: a Queries.t) -> ctx.ask q }
+let ask_of_ctx ctx: Queries.ask = { Queries.f = ctx.ask }
374
375
376
module type Spec =
0 commit comments