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: 19 Mar 2024

Dependencies (1)

  1. coq-metacoq-common = version

Dev Dependencies

None

Used by (8)

  1. coq-elm-extraction
  2. coq-idt >= "1.3.0"
  3. coq-library-undecidability >= "1.0.1+8.16" & < "1.1.1+8.18"
  4. coq-metacoq-quotation = "1.3.1+8.18"
  5. coq-metacoq-template-pcuic = "1.3.1+8.18"
  6. coq-metacoq-translations = "1.3.1+8.18"
  7. coq-rust-extraction
  8. coq-switch = "1.0.1" | >= "1.0.5"

Conflicts

None

Rocq

Interactive Theorem Prover