To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val merge_version : syntax_version -> syntax_version -> syntax_version
type internal = string option Locality.annot list
type port = {
port_nme : string Locality.annot;
port_int : internal;
port_int_mod : string Locality.annot option;
port_lnk : (string Locality.annot, unit) link Locality.annot list;
port_lnk_mod : int Locality.annot option option;
}
type counter = {
count_nme : string Locality.annot;
count_test : counter_test Locality.annot option;
count_delta : int Locality.annot;
}
type agent =
| Present of string Locality.annot * site list * agent_mod option
| Absent of Locality.t
type mixture = agent list
type edit_notation = {
mix : mixture;
delta_token : ((mixture, string) Alg_expr.e Locality.annot * string Locality.annot) list;
}
type arrow_notation = {
lhs : mixture;
rm_token : ((mixture, string) Alg_expr.e Locality.annot * string Locality.annot) list;
rhs : mixture;
add_token : ((mixture, string) Alg_expr.e Locality.annot * string Locality.annot) list;
}
type rule = {
rewrite : rule_content;
bidirectional : bool;
k_def : (mixture, string) Alg_expr.e Locality.annot;
k_un : ((mixture, string) Alg_expr.e Locality.annot * (mixture, string) Alg_expr.e Locality.annot option) option;
k_op : (mixture, string) Alg_expr.e Locality.annot option;
k_op_un : ((mixture, string) Alg_expr.e Locality.annot * (mixture, string) Alg_expr.e Locality.annot option) option;
}
type (!'pattern, !'mixture, !'id, !'rule) modif_expr =
| APPLY of ('pattern, 'id) Alg_expr.e Locality.annot * 'rule Locality.annot
| UPDATE of 'id Locality.annot * ('pattern, 'id) Alg_expr.e Locality.annot
| STOP of ('pattern, 'id) Alg_expr.e Primitives.print_expr list
| SNAPSHOT of ('pattern, 'id) Alg_expr.e Primitives.print_expr list
| PRINT of ('pattern, 'id) Alg_expr.e Primitives.print_expr list * ('pattern, 'id) Alg_expr.e Primitives.print_expr list
| PLOTENTRY
| CFLOWLABEL of bool * string Locality.annot
| CFLOWMIX of bool * 'pattern Locality.annot
| DIN of Primitives.din_kind * ('pattern, 'id) Alg_expr.e Primitives.print_expr list
| DINOFF of ('pattern, 'id) Alg_expr.e Primitives.print_expr list
| SPECIES_OF of bool * ('pattern, 'id) Alg_expr.e Primitives.print_expr list * 'pattern Locality.annot
type (!'pattern, !'mixture, !'id, !'rule) perturbation =
(Nbr.t option
* ('pattern, 'id) Alg_expr.bool Locality.annot option
* ('pattern, 'mixture, 'id, 'rule) modif_expr list
* ('pattern, 'id) Alg_expr.bool Locality.annot option)
Locality.annot
type configuration = string Locality.annot * string Locality.annot list
type (!'pattern, !'id) variable_def =
string Locality.annot * ('pattern, 'id) Alg_expr.e Locality.annot
type (!'mixture, !'id) init_t =
| INIT_MIX of 'mixture Locality.annot
| INIT_TOK of 'id Locality.annot list
type (!'pattern, !'mixture, !'id) init_statment =
('pattern, 'id) Alg_expr.e Locality.annot * ('mixture, 'id) init_t
type (!'agent, !'pattern, !'mixture, !'id, !'rule) instruction =
| SIG of 'agent
| TOKENSIG of string Locality.annot
| VOLSIG of string * float * string
| INIT of ('pattern, 'mixture, 'id) init_statment
| DECLARE of ('pattern, 'id) variable_def
| OBS of ('pattern, 'id) variable_def
| PLOT of ('pattern, 'id) Alg_expr.e Locality.annot
| PERT of ('pattern, 'mixture, 'id, 'rule) perturbation
| CONFIG of configuration
| RULE of string Locality.annot option * 'rule Locality.annot
type (!'pattern, !'mixture, !'id, !'rule) command =
| RUN of ('pattern, 'id) Alg_expr.bool Locality.annot
| MODIFY of ('pattern, 'mixture, 'id, 'rule) modif_expr list
| QUIT
type (!'agent, !'pattern, !'mixture, !'id, !'rule) compil = {
filenames : string list;
variables : ('pattern, 'id) variable_def list;
signatures : 'agent list;
rules : (string Locality.annot option * 'rule Locality.annot) list;
observables : ('pattern, 'id) Alg_expr.e Locality.annot list;
init : ('pattern, 'mixture, 'id) init_statment list;
perturbations : ('pattern, 'mixture, 'id, 'rule) perturbation list;
configurations : configuration list;
tokens : string Locality.annot list;
volumes : (string * float * string) list;
}
type parsing_instruction = (agent, mixture, mixture, string, rule) instruction
val empty_compil : parsing_compil
val implicit_signature : parsing_compil -> parsing_compil
val print_link :
('a -> Format.formatter -> 'a -> unit) ->
(Format.formatter -> 'a -> unit) ->
(Format.formatter -> 'b -> unit) ->
Format.formatter ->
('a, 'b) link ->
unit
val print_counter : Format.formatter -> counter -> unit
val print_ast_mix : Format.formatter -> mixture -> unit
val print_ast_rule : Format.formatter -> rule -> unit
val print_rule_content :
bidirectional:bool ->
Format.formatter ->
rule_content ->
unit
val link_to_json :
('a -> 'a -> Yojson.Basic.json) ->
('a -> Yojson.Basic.json) ->
('b -> Yojson.Basic.json list) ->
('a, 'b) link ->
Yojson.Basic.json
val link_of_json :
('a -> Yojson.Basic.json -> 'a) ->
(Yojson.Basic.json -> 'a) ->
(Yojson.Basic.json list -> 'b) ->
Yojson.Basic.json ->
('a, 'b) link
val compil_of_json : Yojson.Basic.json -> parsing_compil
val compil_to_json : parsing_compil -> Yojson.Basic.json
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>