Skip to content

Commit

Permalink
ocaml#12188: fix coercion on value bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Apr 18, 2023
1 parent 250c12c commit fa5817b
Show file tree
Hide file tree
Showing 13 changed files with 2,970 additions and 2,912 deletions.
3 changes: 2 additions & 1 deletion Changes
Expand Up @@ -624,7 +624,8 @@ OCaml 5.1.0
cu_required_globals field of compilation unit descriptors.
(Sébastien Hinderer, review by Vincent Laviron)

- #12119: mirror type constraints on value binding in the parsetree:
- #12119, #12188, #12191: mirror type constraints on value binding in the
parsetree:
the constraint `typ` in `let pat : typ = exp` is now directly stored
in the value binding node in the parsetree.
(Florian Angeletti, review by Richard Eisenberg)
Expand Down

0 comments on commit fa5817b

Please sign in to comment.