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. systemToPOSIXTime :: SystemTime -> POSIXTime

    time-compat Data.Time.Clock.POSIX.Compat

    No documentation available.

  2. utcTimeToPOSIXSeconds :: UTCTime -> POSIXTime

    time-compat Data.Time.Clock.POSIX.Compat

    No documentation available.

  3. fixPath :: forall (v :: Type -> Type) n . (Metric v, OrderedField n) => Path v n -> [[FixedSegment v n]]

    diagrams-lib Diagrams

    Convert a path into a list of lists of FixedSegments.

  4. fixTrail :: forall (v :: Type -> Type) n . (Metric v, OrderedField n) => Located (Trail v n) -> [FixedSegment v n]

    diagrams-lib Diagrams

    Convert a concretely located trail into a list of fixed segments. unfixTrail is almost its left inverse.

  5. unfixTrail :: forall (v :: Type -> Type) n . (Metric v, Ord n, Floating n) => [FixedSegment v n] -> Located (Trail v n)

    diagrams-lib Diagrams

    Convert a list of fixed segments into a located trail. Note that this may lose information: it throws away the locations of all but the first FixedSegment. This does not matter precisely when each FixedSegment begins where the previous one ends. This is almost left inverse to fixTrail, that is, unfixTrail . fixTrail == id, except for the fact that unfixTrail will never yield a Loop. In the case of a loop, we instead have glueTrail . unfixTrail . fixTrail == id. On the other hand, it is not the case that fixTrail . unfixTrail == id since unfixTrail may lose information.

  6. fixPath :: forall (v :: Type -> Type) n . (Metric v, OrderedField n) => Path v n -> [[FixedSegment v n]]

    diagrams-lib Diagrams.Path

    Convert a path into a list of lists of FixedSegments.

  7. class Prefixed t

    diagrams-lib Diagrams.Prelude

    No documentation available.

  8. class Suffixed t

    diagrams-lib Diagrams.Prelude

    No documentation available.

  9. classUnderscoreNoPrefixFields :: LensRules

    diagrams-lib Diagrams.Prelude

    Field rules for fields in the form _fieldname (the leading underscore is mandatory). Note: The primary difference to camelCaseFields is that for classUnderscoreNoPrefixFields the field names are not expected to be prefixed with the type name. This might be the desired behaviour when the DuplicateRecordFields extension is enabled.

  10. classUnderscoreNoPrefixNamer :: FieldNamer

    diagrams-lib Diagrams.Prelude

    A FieldNamer for classUnderscoreNoPrefixFields.

Page 145 of many | Previous | Next