Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. stripPrefix :: ShortText -> ShortText -> Maybe ShortText

    ghc-boot GHC.Data.ShortText

    O(n) The stripPrefix function takes two ShortTexts and returns Just the remainder of the second iff the first is its prefix, and otherwise Nothing.

  2. PostfixOperators :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

  3. pattern DRIVE_IDENTIFIER_KIND_UNIX_DEVICE :: Text

    gi-gio GI.Gio.Constants

    The string used to obtain a Unix device path with driveGetIdentifier. Since: 2.58

  4. pattern FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE :: Text

    gi-gio GI.Gio.Constants

    A key in the "mountable" namespace for getting the unix device. Corresponding FileAttributeType is FileAttributeTypeUint32.

  5. pattern FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE :: Text

    gi-gio GI.Gio.Constants

    A key in the "mountable" namespace for getting the unix device file. Corresponding FileAttributeType is FileAttributeTypeString. Since: 2.22

  6. pattern FILE_ATTRIBUTE_UNIX_BLOCKS :: Text

    gi-gio GI.Gio.Constants

    A key in the "unix" namespace for getting the number of blocks allocated for the file. This attribute is only available for UNIX file systems. Corresponding FileAttributeType is FileAttributeTypeUint64.

  7. pattern FILE_ATTRIBUTE_UNIX_BLOCK_SIZE :: Text

    gi-gio GI.Gio.Constants

    A key in the "unix" namespace for getting the block size for the file system. This attribute is only available for UNIX file systems. Corresponding FileAttributeType is FileAttributeTypeUint32.

  8. pattern FILE_ATTRIBUTE_UNIX_DEVICE :: Text

    gi-gio GI.Gio.Constants

    A key in the "unix" namespace for getting the device id of the device the file is located on (see stat() documentation). This attribute is only available for UNIX file systems. Corresponding FileAttributeType is FileAttributeTypeUint32.

  9. pattern FILE_ATTRIBUTE_UNIX_GID :: Text

    gi-gio GI.Gio.Constants

    A key in the "unix" namespace for getting the group ID for the file. This attribute is only available for UNIX file systems. Corresponding FileAttributeType is FileAttributeTypeUint32.

  10. pattern FILE_ATTRIBUTE_UNIX_INODE :: Text

    gi-gio GI.Gio.Constants

    A key in the "unix" namespace for getting the inode of the file. This attribute is only available for UNIX file systems. Corresponding FileAttributeType is FileAttributeTypeUint64.

Page 155 of many | Previous | Next