package coq-metacoq-checker

  1. Overview
  2. No Docs

Description

MetaCoq is a meta-programming framework for Coq.

The Checker module provides a complete specification of Coq's typing and conversion relation along with a reference type-checker that is extracted to a pluging.

This provides a command: MetaCoq Check [global_reference] that can be used to typecheck a Coq definition using the verified type-checker.

Published: 22 Sep 2020

Dependencies (4)

  1. coq-metacoq-template = version
  2. coq-equations = "1.2.3+8.12"
  3. coq >= "8.12" & < "8.13~"
  4. ocaml >= "4.07.1"

Dev Dependencies

None

Used by (6)

  1. coq-library-undecidability < "1.0.1+8.16"
  2. coq-metacoq = "1.0~beta1+8.12"
  3. coq-metacoq-erasure = "1.0~beta1+8.12"
  4. coq-metacoq-pcuic = "1.0~beta1+8.12"
  5. coq-metacoq-safechecker = "1.0~beta1+8.12"
  6. coq-metacoq-translations = "1.0~beta1+8.12"

Conflicts

None