Skip to content

Commit 2486185

Browse files
Doc comment for man
1 parent aa87b3e commit 2486185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/framework/analyses.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ struct
142142
| `Lifted x -> LD.printXml f x
143143
end
144144

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

0 commit comments

Comments
 (0)