package minicaml

  1. Overview
  2. Docs

Module Minicaml.DictpSource

Sourceval insert_dict : Types.evt list -> Types.evt

Insert a key-value pair in a dictionary

Sourceval delete_dict : Types.evt list -> Types.evt

Remove a key-value pair from a dictionary

Sourceval haskey : Types.evt list -> Types.evt

Check if a key-value pair is in a dictionary

Sourceval getkey : Types.evt list -> Types.evt

Check if a dict contains a key

Sourceval filterkeys : Types.evt list -> Types.evt

Check if a dict contains a key

Sourceval table : (string * ((Types.evt list -> Types.evt) * int)) list
OCaml

Innovation. Community. Security.