GithubHelp home page GithubHelp logo

uwplse / coq-plugin-lib Goto Github PK

View Code? Open in Web Editor NEW
12.0 7.0 5.0 621 KB

Library of useful utility functions for Coq plugins

License: MIT License

Shell 0.04% OCaml 99.95% Coq 0.01%
coq pumpkin-patch library coq-library coq-plugin

coq-plugin-lib's Introduction

This is a library of useful utility functions for Coq plugins. These functions originally come from PUMPKIN PATCH and DEVOID, but may be useful for plugin development more broadly.

To build this library with a test plugin, run:

./build.sh

See PUMPKIN PATCH and DEVOID for examples of loading it as a submodule.

Guide

  • LICENSE: License
  • README.md: You are here!
  • build.sh: Build script for example plugin
  • theories: Example plugin that loads the library
  • src: Main source directory
    • plib.mlpack
    • plibrary.ml4: Top-level file
    • utilities: General OCaml utilities
    • coq: Coq utilities
      • constants: Useful Coq constants, like sigma types and equality
      • devutils: Utilities for development, like printing terms with deBruijn indices
      • logicutils: Utilities for the core logic of Coq
        • contexts: Contexts, environments, and state for unification
        • hofs: Useful higher-order functions, like flexible reduction and substistution functions
        • inductive: Inductive types
        • transformation: Transforming types and terms
        • typesandequality: Type checking & inference, unification, convertibility, and so on
      • representationutils: Definitions, names, and dealing with different representations of terms
      • termutils: Utilities for constructing and reasoning about certain kinds of terms, like constants and functions

Contributors

This library was developed by Talia Ringer, Nate Yazdani, and RanDair Porter.

Licensing

We use the MIT license because we think Coq plugins have a right not to use GPL. If this is wrong, please let us know kindly so we can fix this.

coq-plugin-lib's People

Contributors

nateyazdani avatar tlringer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

coq-plugin-lib's Issues

Build process?

Document the build process for this library and how to include it in other tools. Maybe include a build script in here.

Decompiler Sigma

Make sure that state is carried through all of the decompiler.
A difficult function will be try_custom_tactics since it produces different sigmas for each subgoal.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.