Revision 5d030a1796255d05c8812d65d8ad1af5b3ebb80f authored by François Dupressoir on 12 May 2022, 06:47:58 UTC, committed by Pierre-Yves Strub on 12 May 2022, 06:49:18 UTC
This removes the error message when the RHS is a procedure call. This
allows us to accept things that were rejected before, when a procedure
and operator share their name.

A follow-up may re-enable it.

Fix #189
1 parent cdc065e
Raw File
.gitignore
*~

*.pyc
*.pyo

/_build
/etc
/theories/attic

/ec.*
/src/*.exe

*.eco

/*.ec
/*.eca
/*.smt
/*.why

.merlin
*.install
back to top