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: 05 Sep 2020

Dependencies (2)

  1. coq >= "8.8" & < "8.9~"
  2. ocaml > "4.02.3"

Dev Dependencies

None

Used by (6)

  1. coq-metacoq < "1.0~alpha1+8.9"
  2. coq-metacoq-checker < "1.0~alpha1+8.9"
  3. coq-metacoq-erasure < "1.0~alpha1+8.9"
  4. coq-metacoq-pcuic < "1.0~alpha1+8.9"
  5. coq-metacoq-safechecker < "1.0~alpha1+8.9"
  6. coq-metacoq-translations < "1.0~alpha1+8.9"

Conflicts

None

Rocq

Interactive Theorem Prover