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 functions without SUT argument #235

Closed nikolaushuber closed 2 months ago

nikolaushuber commented 2 months ago

This PR adds support for specifying functions that do not interact with the SUT.

This responds to #182.