package ecaml

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

(Info-goto-node "(elisp)Prefix Command Arguments")

type t =
  1. | Absent
  2. | Int of int
  3. | Minus
  4. | Nested of int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val of_value_exn : Ecaml_value.Value.t -> t
val to_value : t -> Ecaml_value.Value.t
val for_current_command : t Var.t

(describe-variable 'current-prefix-arg) (Info-goto-node "(elisp)Prefix Command Arguments")

val numeric_value : t -> int

(describe-function 'prefix-numeric-value) (Info-goto-node "(elisp)Prefix Command Arguments")