Code Monkey home page Code Monkey logo

Comments (4)

gmalecha avatar gmalecha commented on July 19, 2024

This is supposed to be fixed in 8.5 when libraries will not be included with -R (which itself is horribly broken). Until that fix is in I have been requiring ExtLib locally for projects using _CoqProject or .dir-locals.el and requiring it with -I, e.g. -I <path-to-ext-lib-theories> -as ExtLib. This makes it so that you can Require Import Bool and get Coq's Bool and you can Require Import ExtLib.Data.Bool to get ExtLib's definitions surrounding bool.

The only solution that seems to work in 8.4 would be to prefix every file with something, e.g. Bool -> ELBool or something like that which just seems very ugly to me. That is the purpose of namespacing modules.

Alternatively, you can tweak the Software foundations using some scripts to make them require full Coq paths, e.g. convert Require Import Bool to Require Import Coq.Bool.Bool.

What do you think is the best solution?

from coq-ext-lib.

jwiegley avatar jwiegley commented on July 19, 2024

If 8.5 is going to resolve this question, then I think just waiting for 8.5 is the best solution. :)

from coq-ext-lib.

gmalecha avatar gmalecha commented on July 19, 2024

From what I've heard it will not include user-contrib using -R which will solve the problem.

from coq-ext-lib.

gmalecha avatar gmalecha commented on July 19, 2024

This is solved in 8.5

from coq-ext-lib.

Related Issues (20)

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.