blob: c6778403d4a99aa45316967a16e8fc228048ccb0 (
plain)
1
2
3
4
5
6
7
|
- **Added:**
Support for better extraction of strings in OCaml and Haskell:
`ExtOcamlNativeString` provides bindings from the Coq `String` type to
the OCaml `string` type, and string literals can be extracted to literals,
both in OCaml and Haskell. (`#10486
<https://github.com/coq/coq/pull/10486>`_, by Xavier Leroy, with help from
Maxime Dénès, review by Hugo Herbelin).
|