SmallModels.HyperedgeHyperedge represents an unprocessed predicate occurrence.
type t = InductiveDefinition.t * SL.Term.t Stdlib.List.tval show : (InductiveDefinition.t * SL.Term.t list) -> stringval of_formula : SL.t -> InductiveDefinition.t * SL.Term.t listval match_id : ('a * Stdlib.String.t) -> (InductiveDefinition.t * 'b) -> boolval unfold :
base_only:bool ->
(InductiveDefinition.t * SL.Term.t list) ->
SL.t listReplace hyperedge by a list of its possible SL-formula instances.
module Self : sig ... end