package lambda-term

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

Read-line engine for reading a password. The stylise method default to replacing all characters by '*'. You can also for example completely disable displaying the password by doing:

method stylise = ([||], 0)

Also showing completion is disabled.

method eval : Zed_string.t

Returns the result as a UTF-8 encoded string.