package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Confirm
    (*

    Can exit without match by typing, or by completing and then confirming

    *)
  2. | Confirm_after_completion
    (*

    Can exit without match

    *)
  3. | False
    (*

    Cannot exit without match unless the input is nil

    *)
  4. | Require_match_or_null
    (*

    Cannot exit without match

    *)
  5. | True

Must input match a completion candidate?