| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Copilot.Compile.SBV.Witness
Documentation
data SymWordInst a Source #
Constructors
| SymWord a => SymWordInst | 
symWordInst :: Type a -> SymWordInst a Source #
data HasSignAndSizeInst a Source #
Constructors
| SymWord a => HasSignAndSizeInst | 
hasSignAndSizeInst :: Type a -> HasSignAndSizeInst a Source #
data BVDivisibleInst a Source #
Constructors
| SDivisible (SBV a) => BVDivisibleInst | 
divInst :: Type a -> BVDivisibleInst a Source #
data MergeableInst a Source #
Constructors
| Mergeable (SBV a) => MergeableInst | 
mergeableInst :: Type a -> MergeableInst a Source #
data IntegralInst a Source #
Constructors
| SIntegral a => IntegralInst | 
integralInst :: Type a -> IntegralInst a Source #