Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
checkSatAssuming :: (MonadIO m, MonadQuery m) => [SBool] -> m CheckSatResultsbv Data.SBV.Trans.Control Generalization of checkSatAssuming
-
sbv Data.SBV.Trans.Control Generalization of checkSatAssumingWithUnsatisfiableSet
module Documentation.SBV.Examples.BitPrecise.
PrefixSum The PrefixSum algorithm over power-lists and proof of the Ladner-Fischer implementation. See https://www.cs.utexas.edu/~misra/psp.dir/powerlist.pdf and http://www.cs.utexas.edu/~plaxton/c/337/05f/slides/ParallelRecursion-4.pdf.
goodSum :: Symbolic [(Integer, Integer)]sbv Documentation.SBV.Examples.Queries.AllSat Find all solutions to x + y .== 10 for positive x and y. This is rather silly to do in the query mode as allSat can do this automatically, but it demonstrates how we can dynamically query the result and put in new constraints based on those.
imperativeSum :: Invariant S -> Maybe (Measure S) -> Program Ssbv Documentation.SBV.Examples.WeakestPreconditions.Sum A program is the algorithm, together with its pre- and post-conditions.
module SequenceFormats.
FreqSum Module to parse and write freqSum files. The freqsum format is defined here: https://rarecoal-docs.readthedocs.io/en/latest/rarecoal-tools.html#vcf2freqsum
-
sequence-formats SequenceFormats.FreqSum A Datatype to denote a single freqSum line
-
sequence-formats SequenceFormats.FreqSum No documentation available.
-
sequence-formats SequenceFormats.FreqSum A Datatype representing the Header
FreqSumHeader :: [String] -> [Int] -> FreqSumHeadersequence-formats SequenceFormats.FreqSum No documentation available.