Skip to content

Commit

Permalink
Doc comment for man
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Dec 19, 2024
1 parent aa87b3e commit 2486185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/framework/analyses.ml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ struct
| `Lifted x -> LD.printXml f x
end


(** Man(ager) is passed to transfer functions and offers access to various facilities, e.g., to access the local state, the context,
read values from globals, side-effect values to globals and trigger events. *)
type ('d,'g,'c,'v) man =
{ ask : 'a. 'a Queries.t -> 'a Queries.result (* Inlined Queries.ask *)
; emit : Events.t -> unit
Expand Down

0 comments on commit 2486185

Please sign in to comment.