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.
-
Strict variants of the types provided in base. Since version 0.7 the functionality in this package have been merged into strict, aeson and `quickcheck-instances` packages, and lens functionality moved into `strict-lens` package.
-
Strict concurrency abstractions This package provides head normal form strict versions of some standard Haskell concurrency abstractions (MVars,Chans), which provide control over where evaluation takes place not offered by the default lazy types. This may be useful for deciding when and where evaluation occurs, leading to improved time or space use, depending on the circumstances.
-
String class library String class library.
-
Polymorphic functions to build and combine stringlike values string-combinators provides handy polymorphic functions to build and combine string-like values. All functions are polymorphic in their string-like type but usually have a Monoid or IsString constraint.
-
A Stringable type class, in the spirit of Foldable and Traversable Data.Stringable provides a type class with a set of functions for converting to and from the most often used string-linke types in Haskell.
-
A client for the Strava V3 API. Strive is a client for the Strava V3 API.
-
A 'Symbol' type for fast symbol comparison. Provides a Symbol data type allowing fast symbol comparisons and functions for interning symbols and recovering their String representation.
-
Get argv[0] as a FilePath. Get argv[0] as a FilePath. This is how the program was invoked, and might not correspond to any actual file. Use this instead of System.Environment.getProgName if you want the full path, and not just the last component.
-
Get the name of the operating system Please see the README on Github at https://github.com/ChaosGroup/system-info#readme
-
Format tabular data as grid or table. `table-layout` is a library for text-based table layout and cell formatting with the following features:
- Set a policy for each column to determine the width.
- Position content in a column at a certain position.
- Align content in a column at a character occurence.
- Highlight trimmed content with cut marks.
- Draw fancy tables with optional headers and user styles.
- Automatically justify text and create multi-line table cells.