package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type flag = [
  1. | `ReductionDontExposeCase
  2. | `ReductionNeverUnfold
]
val set : bool -> Names.GlobRef.t -> (int list * int * flag list) -> unit
val get : Names.GlobRef.t -> (int list * int * flag list) option
val print : Names.GlobRef.t -> Pp.t