goblint / analyzer

Static analysis framework for C
https://goblint.in.tum.de
MIT License
160 stars 72 forks source link

Make use of OCaml 4.14 features #1477

Open sim642 opened 1 month ago

sim642 commented 1 month ago

In #1448 we bumped our OCaml lower bound from 4.10 to 4.14. This gives access to new language and standard library features that we could exploit. Below is a list of some, but more could be found by going to OCaml changelogs and @since annotations in Stdlib.

4.11

4.12

4.13

4.14