abella-prover / abella

An interactive theorem prover based on lambda-tree syntax
https://abella-prover.org/
GNU General Public License v3.0
90 stars 18 forks source link

Remove Term.norm #90

Closed robblanco closed 7 years ago

robblanco commented 7 years ago

Partially addresses #86. Term.norm is not used anywhere in the Abella codebase, its effects can be replicated by the standard observe-hnorm pattern, and it can produce invalid term structures: it is therefore removed. All tests pass.