Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Newick file format parser. This is a simple parser for Newick trees. The parser returns a rose tree. Each node is labelled with the node name (or an empty string for anonymous nodes) and a distance (0 if not given). Includes conversion to an efficient static forest.
-
Batteries-included Structured Logging library Please see README.md
-
Generalized booleans and numbers Some classes for generalized boolean operations. Starting with 0.1.0, this package uses type families. Up to version 0.0.2, it used MPTCs with functional dependencies. My thanks to Andy Gill for suggesting & helping with the change. Thanks also to Alex Horsman for Data.Boolean.Overload and to Jan Bracker for Data.Boolean.Numbers. Copyright 2009-2013 Conal Elliott; BSD3 license.
-
Implementation of bounded channels. This library introduces BoundedChan. BoundedChans differ from Chans in that they are guaranteed to contain no more than a certain number of elements.
-
Diagrams backend for Charts. Diagrams backend for Charts.
-
Libary for parsing Clustal tools output Currently contains parsers and datatypes for: clustalw2, clustalo, mlocarna, cmalign Clustal tools are multiple sequence alignment tools for biological sequence like DNA, RNA and Protein. For more information on clustal Tools refer to http://www.clustal.org/. Mlocarna is a multiple sequence alignment tool for RNA sequences with secondary structure output. For more information on mlocarna refer to http://www.bioinf.uni-freiburg.de/Software/LocARNA/. Cmalign is a multiple sequence alignment program based on RNA family models and produces ,among others, clustal output. It is part of infernal http://infernal.janelia.org/.
-
Auto Korean conjugator/adjustor/adopter/converter Please see the README on GitHub at https://github.com/QuietJoon/ENIG#readme
-
Parsing all context-free grammars using Earley's algorithm. See https://www.github.com/ollef/Earley for more information and https://github.com/ollef/Earley/tree/master/examples for examples.
-
A raw binding for the OpenGL graphics system GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer interface. OpenGL is the industry's most widely used and supported 2D and 3D graphics application programming interface (API), incorporating a broad set of rendering, texture mapping, special effects, and other powerful visualization functions. For more information about OpenGL and its various extensions, please see http://www.opengl.org/ and http://www.opengl.org/registry/.
-
Faux heterogeneous sets Faux heterogeneous sets