Class LTerm_read_line.read_keyword

class ['a] read_keyword : ?history:history -> unit -> object .. end
Read a keyword.
Inherits
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.