fix
DataFlow.ForIntSegment
ForIntSegment is a special case of Run where the type of variables is the integer segment [0..n). An array is used to hold the table.
ForIntSegment
Run
[0..n)
bit_lib
front
kernel
lrgrep.internal
lrgrep.interpreter
lrgrep.runtime
lrijkstra_utils
support
syntax
utils
valmari
module K : sig ... end
module P : sig ... end
module G : sig ... end
type variable = G.variable
The type of variables.
type property = P.property option
The type of properties.
val solution : variable -> property
The least solution of the system of monotone equations.