Skip to content

1.19.1

Compare
Choose a tag to compare
@gares gares released this 03 Jun 08:55
· 256 commits to master since this release
v1.19.1

CHANGES:

Requires Menhir 20211230 and OCaml 4.08 or above.

Language:

  • New :index (<arg-spec>) "index-type" where the index type can be
    Map, Hash or DTree

Runtime:

  • Fix performance regression due to the fix to relocation in unification
    introduced in 1.19.0
  • New list flattening in DTree index, that is term app [t1,t2,t3]
    is indexed using the same DTree space/depth of term app t1 t2 t3