Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Commonly useful extensions for the MMark markdown processor Commonly useful extensions for the MMark markdown processor. Click on Text.MMark.Extension.Common to get started.
-
Modifies the amplitudes of the sounds representations created by mmsyn7ukr-array and mmsyn7ukr packages. A program and a library to modify the amplitudes of the sounds representations. Can be used for Ukrainian sound or some other ones.
-
A simple reduced basic interface to some SoX functionality or to produce a voice that can be used by dobutokO2 and other similar packages A reduced set of modules and functionality needed to dobutokO2-array package and probably some other ones. Is rewritten from the mmsyn7ukr-0.17.0.0 package to reduce the needed dependencies.
-
Read and write IDX data that is used in e.g. the MNIST database. This package provides functionality to read and write data in the IDX binary format. This format is relevant for machine learning applications, like the MNIST handwritten digit database.
-
conduit utilities for MNIST IDX files Conduit decoders for MNIST IDX data files, as described in http://yann.lecun.com/exdb/mnist/ . The IDX format is a low-level binary representation for storing general vector, image or tensor data. Here the parsers are specialized to the MNIST dataset, which stores scans of handwritten digits and is a classic benchmark for text classification.
-
Mock library for test in Haskell. mockcat is a small mocking / stubbing DSL for Haskell tests. Features:
- Describe expectations with left-to-right pipelines: `arg |> ... |> result`
- Generate typeclass mocks via Template Haskell (makeMock, makePartialMock)
- Create standalone function stubs (createStubFn, constant mocks)
- Flexible return behaviour: vary by argument or occurrence (including identical args later)
- Optional per-call variation for `IO a` results
- Concurrency-safe counting and explicit lazy semantics (unevaluated results are not recorded)
- Simple verification helpers (apply count predicates, ordering checks)
- Partial adoption: mock only selected methods; no hidden global state
-
Samples of moffy Please see the README on GitHub at https://github.com/YoshikuniJujo/moffy-samples#readme
package
moffy-samples-gtk3-run Package to run moffy samples - GTK3 version Please see the README on GitHub at https://github.com/YoshikuniJujo/moffy-samples-gtk3-run#readme
package
monad-control-identity Stronger classes than monad-control This package defines the type class MonadBaseControlIdentity, which is very similar to MonadBaseControl from monad-control. The difference is, that MonadBaseControlIdentity instances are only valid, when there is no monadic state. This results in simpler type signatures to lift values in contravariant positions.
-
Coroutine monad transformer for suspending and resuming monadic computations This package defines a monad transformer, applicable to any monad, that allows the monadic computation to suspend and to be later resumed. The transformer is parameterized by an arbitrary functor, used to store the suspended computation's resumption.