nunchaku-inria / nunchaku

Model finder for higher-order logic
https://nunchaku-inria.github.io/nunchaku/
BSD 2-Clause "Simplified" License
42 stars 3 forks source link

modify syntax for `spec` #7

Closed c-cube closed 8 years ago

c-cube commented 8 years ago

spec head : pi a. list a -> a and tail : pi a. list a -> list a := <axioms> instead of separate declarations.

Should only have to modify parser + type inference.

c-cube commented 8 years ago

fixed by 8ed57d8