Constructors
Example Coq plugin
Install / Use
/learn @mattam82/ConstructorsREADME
Constructors
An example Coq plugin.
Copyright 2010 Matthieu Sozeau mattam@mattam.org Distributed under the terms of the New BSD License, see LICENSE for details.
Updated for Coq 8.4pl2 and 8.4pl3 by Wojciech Jedynak wjedynak@gmail.com.
This archive contains an example Coq plugin that implements a tactic to get the constructors of an inductive type in Ltac. It serves as a documented example on both the plugin system and how to write simple tactics in OCaml.
The archive has 3 subdirectories:
src/contains the code of the plugin inconstructors.mland a support file for building the constructors plugin;theories/contains support Coq files for the plugin.Dynamic.vis referenced from the code of the plugin above.Constructors.vdeclares the plugin on the Coq side;test-suite/just demonstrates a use of the plugin.
Installation
With OPAM
Make sure that you added the Coq repository:
opam repo add coq-released https://coq.inria.fr/opam/released
and run:
opam install coq-constructors
From the sources
First, you should have coqc, ocamlc and make in your path. Then simply do:
coq_makefile -f Make -o Makefile
to generate a Makefile from the description in Make, then make.
This will consecutively build the plugin, the supporting
theories and the test-suite file.
You can then either make install the plugin or leave it in its
current directory. To be able to import it from anywhere in Coq,
simply add the following to ~/.coqrc:
Add Rec LoadPath "path_to_constructors/theories" as Constructors.
Add ML Path "path_to_constructors/src".
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
