module Config: sig end
(g; e; p)
consists ofg
,e
, andp
.type 'a
t = G.t * 'a * Partition.t
val empty : 'a -> 'a t
Parameters: |
|
val is_empty : ('a -> bool) -> 'a t -> bool
Parameters: |
|
val pp : 'a Pretty.printer -> 'a t Pretty.printer
Parameters: |
|