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.

  1. package strict-base-types

    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.

  2. package strict-concurrency

    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.

  3. package string-class

    String class library String class library.

  4. package string-combinators

    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.

  5. package stringable

    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.

  6. package strive

    A client for the Strava V3 API. Strive is a client for the Strava V3 API.

  7. package symbol

    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.

  8. package system-argv0

    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.

  9. package system-info

    Get the name of the operating system Please see the README on Github at https://github.com/ChaosGroup/system-info#readme

  10. package table-layout

    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.
    The module Text.Layout.Table contains everything that is required. However, all of the intermediate functionality is also exposed which makes it easy to create something completely new. A small tutorial is provided in the README.md file.

Page 325 of many | Previous | Next