• 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. arbitraryPKInput :: Network -> Ctx -> Gen ScriptInput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptInput of type SpendPK.

  2. arbitraryPKOutput :: Ctx -> Gen ScriptOutput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptOutput of type PayPK

  3. arbitraryPushDataType :: Gen PushDataType

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary PushDataType.

  4. arbitrarySHInput :: Network -> Ctx -> Gen ScriptInput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptInput of type ScriptHashInput.

  5. arbitrarySHOutput :: Gen ScriptOutput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptOutput of type PayScriptHash.

  6. arbitraryScript :: Gen Script

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary Script with random script ops.

  7. arbitraryScriptInput :: Network -> Ctx -> Gen ScriptInput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptInput.

  8. arbitraryScriptOp :: Gen ScriptOp

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptOp (push operations have random data).

  9. arbitraryScriptOutput :: Network -> Ctx -> Gen ScriptOutput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptOutput (Can by any valid type).

  10. arbitrarySigHash :: Gen SigHash

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary SigHash (including invalid/unknown sighash codes).

Page 19 of many | Previous | Next

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