You can search for identifiers within the package.
in-package search v0.2.0
val insert_dict : Types.evt list -> Types.evt
Insert a key-value pair in a dictionary
val delete_dict : Types.evt list -> Types.evt
Remove a key-value pair from a dictionary
val haskey : Types.evt list -> Types.evt
Check if a key-value pair is in a dictionary
val getkey : Types.evt list -> Types.evt
Check if a dict contains a key
val getkeys : Types.evt list -> Types.evt
Get a list of the keys
val getvalues : Types.evt list -> Types.evt
Get a list of the values
val filterkeys : Types.evt list -> Types.evt
val dict_from_lists : Types.evt list -> Types.evt
Build a dictionary from two lists
val table : (string * Types.primitive) list