Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. type ForeignFieldDef = (FieldNameHS, FieldNameDB)

    persistent-redis Database.Persist.Redis

    Used instead of FieldDef to generate a smaller amount of code

  2. ForeignRef :: EntityNameHS -> ReferenceDef

    persistent-redis Database.Persist.Redis

    A ForeignRef has a late binding to the EntityDef it references via name and has the Haskell type of the foreign key in the form of FieldType

  3. module System.Posix.Directory.Foreign

    No documentation available.

  4. FormatBinary :: FormatMode

    prefix-units Data.Prefix.Units

    Formats the value using binary units.

  5. FormatFixed :: Unit -> FormatMode

    prefix-units Data.Prefix.Units

    Formats the value using the given unit.

  6. data FormatMode

    prefix-units Data.Prefix.Units

    Defines the formatting modes.

  7. FormatSiAll :: FormatMode

    prefix-units Data.Prefix.Units

    Formats the value using any SI unit.

  8. FormatSiKMGT :: FormatMode

    prefix-units Data.Prefix.Units

    Formats the value using units greater or equal to Kilo.

  9. FormatSiSupraunitary :: FormatMode

    prefix-units Data.Prefix.Units

    Formats the value using supraunitary SI units only (which means that e.g. 0.001 will remain as such instead of being formatted as 1m).

  10. FormatUnscaled :: FormatMode

    prefix-units Data.Prefix.Units

    Formats the value as it is, without scaling.

Page 339 of many | Previous | Next