Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Mustache templates for Haskell Mustache templates for Haskell. Based on stache library, which uses megaparsec. This library uses parsec, thus the name: microstache.
-
Alternative Prelude with numeric and logic expressions typed bottom-up Please see the README on GitHub at https://github.com/michalkonecny/mixed-types-num#readme
-
Memory mapped files for POSIX and Windows This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand loading. Modifications are also supported.
-
Some common for mmsyn7ukr and mmsyn7ukr-array functionality using SoX. A program and a library that can be used as a simple basic interface to some SoX functionality.
-
Events for sample codes of moffy Please see the README on GitHub at https://github.com/YoshikuniJujo/moffy-samples-events#readme
-
Lift control operations, like exception catching, through monad transformers This package defines the type class MonadBaseControl, a subset of MonadBase into which generic control operations such as catch can be lifted from IO or any other base monad. Instances are based on monad transformers in MonadTransControl, which includes all standard monad transformers in the transformers library except ContT. See the lifted-base package which uses monad-control to lift IO operations from the base library (like catch or bracket) into any monad that is an instance of MonadBase or MonadBaseControl. Note that this package is a rewrite of Anders Kaseorg's monad-peel library. The main difference is that this package provides CPS style operators and exploits the RankNTypes and TypeFamilies language extensions to simplify and speedup most definitions.
-
JSON logging using monad-logger interface monad-logger-aeson provides structured JSON logging using monad-logger's interface. Specifically, it is intended to be a (largely) drop-in replacement for monad-logger's Control.Monad.Logger.CallStack module.
-
Monad classes, using type families Monad classes using type families, with instances for various monad transformers.
-
Monoidal map type Monoidal map type with support for semigroup and monoid subclasses.
-
Morpheus GraphQL App Build GraphQL APIs with your favourite functional language!