Skip to content

Commit da9c42e

Browse files
committed
Fix MonSystem references in ocamldoc
1 parent 7347319 commit da9c42e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/framework/analyses.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(** {{!Spec} Analysis specification} and {{!MonSystem} constraint system} signatures. *)
1+
(** {{!Spec} Analysis specification} signatures. *)
22

33
open GoblintCil
44
open Pretty

src/framework/constraints.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(** Construction of a {{!Analyses.MonSystem} constraint system} from an {{!Analyses.Spec} analysis specification} and {{!MyCFG.CfgBackward} CFGs}.
1+
(** Construction of a {{!Goblint_constraint} constraint system} from an {{!Analyses.Spec} analysis specification} and {{!MyCFG.CfgBackward} CFGs}.
22
Transformatons of analysis specifications as functors. *)
33

44
open Batteries

src/solver/goblint_solver.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(** Generic solvers for {{!ConstrSys.MonSystem} (side-effecting) constraint systems}. *)
1+
(** Generic solvers for {{!Goblint_constraint} (side-effecting) constraint systems}. *)
22

33
(** {1 Top-down}
44

0 commit comments

Comments
 (0)