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.
stripPrefix :: ShortText -> ShortText -> Maybe ShortTextghc-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.
-
ghc-boot-th GHC.LanguageExtensions.Type No documentation available.
pattern
DRIVE_IDENTIFIER_KIND_UNIX_DEVICE :: Textgi-gio GI.Gio.Constants The string used to obtain a Unix device path with driveGetIdentifier. Since: 2.58
pattern
FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE :: Textgi-gio GI.Gio.Constants A key in the "mountable" namespace for getting the unix device. Corresponding FileAttributeType is FileAttributeTypeUint32.
pattern
FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE :: Textgi-gio GI.Gio.Constants A key in the "mountable" namespace for getting the unix device file. Corresponding FileAttributeType is FileAttributeTypeString. Since: 2.22
pattern
FILE_ATTRIBUTE_UNIX_BLOCKS :: Textgi-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.
pattern
FILE_ATTRIBUTE_UNIX_BLOCK_SIZE :: Textgi-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.
pattern
FILE_ATTRIBUTE_UNIX_DEVICE :: Textgi-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.
pattern
FILE_ATTRIBUTE_UNIX_GID :: Textgi-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.
pattern
FILE_ATTRIBUTE_UNIX_INODE :: Textgi-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.