Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Djot.Parse

    No documentation available.

  2. data Parser s a

    djot Djot.Parse

    No documentation available.

  3. newtype PublicKey

    ed25519 Crypto.Sign.Ed25519

    A PublicKey created by createKeypair.

  4. PublicKey :: ByteString -> PublicKey

    ed25519 Crypto.Sign.Ed25519

    No documentation available.

  5. data Params v o c

    edit-distance-vector Data.Vector.Distance

    Operations invoked by the Wagner-Fischer algorithm. The parameters to this type are as follows:

    • v is the type of values being compared,
    • o is the type representing operations,
    • c is the type representing costs.
    The chief restrictions on these type parameters is that the cost type c must have instances of Monoid and Ord. A good default choice might be the type (Sum Int).

  6. Params :: (v -> v -> Bool) -> (Int -> v -> o) -> (Int -> v -> o) -> (Int -> v -> v -> o) -> (o -> c) -> (o -> Int) -> Params v o c

    edit-distance-vector Data.Vector.Distance

    No documentation available.

  7. module ELynx.MarkovProcess.PhyloModel

    Creation date: Fri Feb 1 12:43:06 2019. A phylogenetic model is a complete description of the evolutionary process. At the moment, it is either a mixture model or a plain substitution model, but more complicated models may be added in the future. To be imported qualified.

  8. data PhyloModel

    elynx-markov ELynx.MarkovProcess.PhyloModel

    A phylogenetic model is a mixture model or a substitution model. More complicated models may be added.

  9. type Params = [Double]

    elynx-markov ELynx.MarkovProcess.SubstitutionModel

    Parameters of substitution model. May be the empty list.

  10. type ProbMatrix = Matrix R

    elynx-markov ELynx.Simulate.MarkovProcess

    A probability matrix, P_ij(t) = Pr (X_t = j | X_0 = i).

Page 829 of many | Previous | Next