package kappa-library

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Kappa_terms.Raw_mixtureSource

Sourcetype internal = int option
Sourcetype agent = {
  1. a_type : int;
  2. a_ports : link array;
  3. a_ints : internal array;
}
Sourcetype t = agent list

This is a simple `raw` type of mixture, used as the mixture state after a rule was applied

Sourceval copy_agent : agent -> agent
Sourceval print : noCounters:bool -> created:bool -> initial_comma:bool -> ?sigs:Kappa_site_graphs.Signature.s -> ?counters_info:Kappa_site_graphs.Counters_info.t -> Format.formatter -> t -> unit
Sourceval to_json : t -> Yojson.Basic.t
Sourceval of_json : Yojson.Basic.t -> t
Sourcetype incr_t = {
  1. father : int Kappa_data_structures.Mods.DynArray.t;
  2. rank : (int * (bool * bool)) Kappa_data_structures.Mods.DynArray.t;
}
Sourceval union_find_counters : Kappa_site_graphs.Signature.s option -> t -> incr_t
Sourceval find : incr_t -> int -> int
Sourceval union : incr_t -> int -> int -> unit
Sourceval create : int -> incr_t
OCaml

Innovation. Community. Security.