package lambda-term

  1. Overview
  2. Docs

Read a keyword.

method eval : 'a read_keyword_result

If the input correspond to a keyword, returns its associated value. otherwise returns `Error input.

method keywords : (string * 'a) list

List of keywords with their associated values.