package lambda-term

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

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 : (Zed_string.t * 'a) list

List of keywords with their associated values.