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

Route location information for type applications #285

Closed shym closed 1 year ago

shym commented 1 year ago

Add an optional location to ty_app using the location of the declaration of the type only when the precise application location is missing Add tests for type arity errors

Closes #258

shym commented 1 year ago

But maybe we should upgrade to ocamlformat 0.25.1 and then merge this PR formatted

I’d like that option, I just opened #286 for that.

shym commented 1 year ago

Rebased and reformatted. :crossed_fingers: