ocaml-gospel / gospel

A tool-agnostic formal specification language for OCaml.
https://ocaml-gospel.github.io/gospel
MIT License
128 stars 16 forks source link

Fix typing of expression with inlined records #420

Closed n-osborne closed 1 month ago

n-osborne commented 3 months ago

This PR proposes to improve the state of the type-checker regarding expressions involving inlined records.

This work is based on previous, not yet merged, PRs, please consider only the last 12 commits.

The PR is organised in four steps:

n-osborne commented 1 month ago

CI is happy. Merging.