Hets - the Heterogeneous Tool Set
Copyright(c) Tom Kranz 2022
LicenseGPLv2 or higher, see LICENSE.txt
Maintainer
Stabilityexperimentatl
Portabilitynon-portable (via GUI imports)
Safe HaskellNone

CASL.Zipperposition

Description

provides higher-order and first-order+induction prover for CASL

The FO+induction prover only works if all sort-generation constraints are introduced via free-datatype declarations. Higher-order mode can deal with anything by receiving any sort-generation constraints as second-order induction axioms. Currently limited by an inability to parse simultaneous (interdependent) data type declarations and annotations (e.g. axiom names).

Documentation