Skip to content

Conversation

@gares
Copy link
Contributor

@gares gares commented Nov 3, 2025

ELPI - Embeddable λProlog Interpreter

CHANGES:

Requires Menhir 20211230 and OCaml 4.13 or above.

  • Language:

    • New attribute :nooc to disable occur check
  • Stdlib:

    • New unsound_unif performing unification without occur check
    • New std.fset and std.fmap that work on ground terms and
      disable occur check
  • Compiler:

    • Change raise an error in case of type/typeabbrev collision
  • Parser:

    • Fix associativity of =!=> (was not the same as ==>)

CHANGES:

Requires Menhir 20211230 and OCaml 4.13 or above.

- Language:
  - New attribute `:nooc` to disable occur check

- Stdlib:
  - New `unsound_unif` performing unification without occur check
  - New `std.fset` and `std.fmap` that work on ground terms and
    disable occur check

- Compiler:
  - Change raise an error in case of type/typeabbrev collision

- Parser:
  - Fix associativity of `=!=>` (was not the same as `==>`)
Copy link
Member

@jmid jmid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All green, modulo a single opam-2.0 failure.

LGTM, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants