Copyright | (c) Levent Erkok |
---|---|
License | BSD3 |
Maintainer | erkokl@gmail.com |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Data.SBV.Examples.Uninterpreted.Sort
Description
Demonstrates uninterpreted sorts, together with axioms.
Documentation
A new data-type that we expect to use in an uninterpreted fashion
in the backend SMT solver. Note the custom deriving
clause, which
takes care of most of the boilerplate.
Constructors
Q |
Instances
Eq Q | |
Data Q | |
Ord Q | |
SymWord Q | We need |
HasKind Q |
|
Typeable * Q |