ocaml-gospel / ortac

Runtime assertion checking based on Gospel specifications
https://ocaml-gospel.github.io/ortac/
MIT License
36 stars 10 forks source link

Add support for tuples #237

Closed nikolaushuber closed 2 months ago

nikolaushuber commented 2 months ago

This PR adds support for tuples as arguments and as return values.

This responds to #203