Giter Site home page Giter Site logo

Comments (3)

ragerdl avatar ragerdl commented on May 11, 2024

From [email protected] on May 10, 2011 17:10:51

Hi --

Good points.

The two theorems mentioned have already been
eliminated from the trunk, in anticipation of a
change made for the next release (4.3) of ACL2
(because those lemmas will no longer be necessary
or useful). Starting with that release, assoc and
assoc-equal will essentially be the same from a
logical perspective. Below is the (Emacs Info
version of) the paragraph about this from the
upcoming :doc note-4-3. If you or anyone wants to
make some changes to the regression suite along
the lines that you suggested, feel free to contact
me about getting a development snapshot of ACL2.

Significant changes have been made for
list-processing primitives such as member and
assoc; see *note EQUALITY-VARIANTS::. In
summary: instead of separate functions based on
eq, eql, and equal, there is essentially just
one function, which is based on equal; the eq
and eql variants are logically just the equal
variant. For example, member-eq and member are
macros that generate corresponding calls of
member-equal in the logic, although in raw Lisp
they will execute using tests eq and eql,
respectively. References to any of these in
logical contexts such as theories are now
references to the function based on equal; for
example, the hint :in-theory (disable member) is
completely equivalent to the hint :in-theory
(disable member-equal). Distributed books have
been modified as necessary to accommodate this
change. While the need for such changes was
relatively infrequent, changes were for example
needed in contexts where terms are manipulated
directly; for example, defevaluator needs to
mention member-equal rather than member, just as
it was already the case to mention, say,
binary-append rather than append. Again, see
*note EQUALITY-VARIANTS:: for more information
about equality variants.

Regards,
Matt

from acl2.

ragerdl avatar ragerdl commented on May 11, 2024

From [email protected] on February 27, 2013 16:52:36

Status: Fixed

from acl2.

ragerdl avatar ragerdl commented on May 11, 2024

From [email protected] on September 03, 2014 04:55:48

Labels: Type-Enhancement

from acl2.

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.