package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('constr, 'types, 'r) pt =
  1. | LocalAssum of (Names.Id.t, 'r) pbinder_annot list * 'types
  2. | LocalDef of (Names.Id.t, 'r) pbinder_annot list * 'constr * 'types
val map_constr : ('c -> 'c) -> ('c, 'c, 'r) pt -> ('c, 'c, 'r) pt
val of_named_decl : ('c, 't, 'r) Named.Declaration.pt -> ('c, 't, 'r) pt
val to_named_context : ('c, 't, 'r) pt -> ('c, 't, 'r) Named.pt
OCaml

Innovation. Community. Security.