package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | NeverUnfold
  2. | UnfoldWhen of when_flags
  3. | UnfoldWhenNoMatch of when_flags
and when_flags = {
  1. recargs : int list;
  2. nargs : int option;
}
val set : local:bool -> Names.GlobRef.t -> t -> unit
val get : Names.GlobRef.t -> t option
val print : Names.GlobRef.t -> Pp.t