package coq-metacoq-template

  1. Overview
  2. Homepage

Description

MetaCoq is a meta-programming framework for Coq.

Template Coq is a quoting library for Coq. It takes Coq terms and constructs a representation of their syntax tree as a Coq inductive data type. The representation is based on the kernel's term representation.

In addition to a complete reification and denotation of CIC terms, Template Coq includes:

  • Reification of the environment structures, for constant and inductive declarations.
  • Denotation of terms and global declarations
  • A monad for manipulating global declarations, calling the type checker, and inserting them in the global environment, in the style of MetaCoq/MTac.

Published: 22 Apr 2023

Dependencies (1)

  1. coq-metacoq-common = version

Dev Dependencies

None

Used by (6)

  1. coq-idt = "1.2.0"
  2. coq-library-undecidability >= "1.0.1+8.16" & < "1.1+8.17"
  3. coq-metacoq-quotation < "1.2+8.17"
  4. coq-metacoq-template-pcuic < "1.2+8.17"
  5. coq-metacoq-translations = "1.2+8.16"
  6. coq-switch = "1.0.1" | = "1.0.5"

Conflicts

None

Rocq

Interactive Theorem Prover