Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Defines generic 'Envelope' type to wrap reponses from a JSON API. Please see README.md
-
Leibnizian equality Leibnizian equality.
-
The canonical error type A canonical Error type, which provides a way to turn an error string into an Error, add context to an Error, and pretty print the Error for displaying it to users.
-
Utilities using ErrorOr datatype Builds on the error type defined in the error-or package
package
essence-of-live-coding-gloss General purpose live coding framework - Gloss backend essence-of-live-coding is a general purpose and type safe live coding framework. You can run programs in it, and edit, recompile and reload them while they're running. Internally, the state of the live program is automatically migrated when performing hot code swap. The library also offers an easy to use FRP interface. It is parametrized by its side effects, separates data flow cleanly from control flow, and allows to develop live programs from reusable, modular components. There are also useful utilities for debugging and quickchecking. This package contains a backend for Gloss (http:/gloss.ouroborus.net).
package
essence-of-live-coding-pulse General purpose live coding framework - pulse backend essence-of-live-coding is a general purpose and type safe live coding framework. You can run programs in it, and edit, recompile and reload them while they're running. Internally, the state of the live program is automatically migrated when performing hot code swap. The library also offers an easy to use FRP interface. It is parametrized by its side effects, separates data flow cleanly from control flow, and allows to develop live programs from reusable, modular components. There are also useful utilities for debugging and quickchecking. This package contains the backend for PulseAudio.
package
essence-of-live-coding-quickcheck General purpose live coding framework - QuickCheck integration essence-of-live-coding is a general purpose and type safe live coding framework. You can run programs in it, and edit, recompile and reload them while they're running. Internally, the state of the live program is automatically migrated when performing hot code swap. The library also offers an easy to use FRP interface. It is parametrized by its side effects, separates data flow cleanly from control flow, and allows to develop live programs from reusable, modular components. This package contains useful utilities for quickchecking.
-
Run a process every so often. Run a process every so often.
-
Dependent pairs and their instances. Dependent pairs and their instances.
-
Exit codes as defined by BSD Expose the exit codes defined by BSD in sysexits.h to the Haskell world.