Copilot-Language / copilot

A stream-based runtime-verification framework for generating hard real-time C code.
http://copilot-language.github.io
618 stars 49 forks source link

`copilot-language`: Deprecate `forall` in favor of `forAll`. Refs #470. #483

Closed ivanperez-keera closed 6 months ago

ivanperez-keera commented 6 months ago

Introduce a new function Copilot.Language.Spec.forAll that implements the behavior currently implemented by Copilot.Language.Spec.forall, replacing all uses of the old function name and deprecating the old variant, as prescribed in the solution proposed for #470.

ivanperez-keera commented 6 months ago

Change Manager: Verified that: