Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type PlatformPath = PosixPath

    filepath System.OsPath.Types

    Ifdef around current platform (either WindowsPath or PosixPath).

  2. data PosixChar

    filepath System.OsPath.Types

    No documentation available.

  3. type PosixPath = PosixString

    filepath System.OsPath.Types

    Filepaths are char[] data on unix as passed to syscalls.

  4. data PosixString

    filepath System.OsPath.Types

    Commonly used Posix string as uninterpreted char[] array.

  5. Present :: a -> Int -> LookupRes a

    unordered-containers Data.HashMap.Internal

    No documentation available.

  6. newtype Positive a

    tasty-quickcheck Test.Tasty.QuickCheck

    Positive x: guarantees that x > 0.

  7. Positive :: a -> Positive a

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  8. newtype PrintableString

    tasty-quickcheck Test.Tasty.QuickCheck

    PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.

  9. PrintableString :: String -> PrintableString

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  10. data Property

    tasty-quickcheck Test.Tasty.QuickCheck

    The type of properties.

Page 34 of many | Previous | Next