• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. arbitraryTxOut :: Network -> Ctx -> Gen TxOut

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary TxOut.

  2. arbitraryWLTx :: Network -> Ctx -> Bool -> Gen Tx

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary witness or legacy transaction.

  3. arbitraryWPKHSigInput :: Network -> Ctx -> Gen (SigInput, PrivateKey)

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    No documentation available.

  4. arbitraryWSHSigInput :: Network -> Ctx -> Gen (SigInput, [PrivateKey])

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    No documentation available.

  5. arbitraryWitnessTx :: Network -> Ctx -> Gen Tx

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary witness transaction (witness data is fake).

  6. arbitraryBS :: Gen ByteString

    haskoin-core Haskoin.Util.Arbitrary.Util

    Arbitrary strict ByteString.

  7. arbitraryBS1 :: Gen ByteString

    haskoin-core Haskoin.Util.Arbitrary.Util

    Arbitrary non-empty strict ByteString

  8. arbitraryBSS :: Gen ShortByteString

    haskoin-core Haskoin.Util.Arbitrary.Util

    Arbitrary ShortByteString.

  9. arbitraryBSS1 :: Gen ShortByteString

    haskoin-core Haskoin.Util.Arbitrary.Util

    Arbitrary non-empty ShortByteString

  10. arbitraryBSSn :: Int -> Gen ShortByteString

    haskoin-core Haskoin.Util.Arbitrary.Util

    Arbitrary ShortByteString of a given length

Page 23 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete