Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. filterJust :: Event (Maybe a) -> Event a

    reactive-banana Reactive.Banana.Combinators

    Allow all event occurrences that are Just values, discard the rest. Variant of filterE.

  2. filterJust :: Event (Maybe a) -> Event a

    reactive-banana Reactive.Banana.Model

    No documentation available.

  3. filterJustP :: Pulse (Maybe a) -> Build (Pulse a)

    reactive-banana Reactive.Banana.Prim.Mid

    No documentation available.

  4. filterJust :: Event (Maybe a) -> Event a

    reactive-banana-bunch Reactive.Banana.Bunch.Combinators

    No documentation available.

  5. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-query Database.Relational.Arrow

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  6. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-query Database.Relational.Projectable

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  7. TextAnchoringJustified :: TextAnchoring

    xlsx Codec.Xlsx.Types.Drawing.Common

    Anchor the text so that it is justified vertically. When text is horizontal, this spaces out the actual lines of text and is almost always identical in behavior to TextAnchoringDistributed (special case: if only 1 line, then anchored at top). When text is vertical, then it justifies the letters vertically. This is different than TextAnchoringDistributed because in some cases such as very little text in a line, it does not justify.

  8. CellHorizontalAlignmentJustify :: CellHorizontalAlignment

    xlsx Codec.Xlsx.Types.StyleSheet

    No documentation available.

  9. CellVerticalAlignmentJustify :: CellVerticalAlignment

    xlsx Codec.Xlsx.Types.StyleSheet

    No documentation available.

  10. _alignmentJustifyLastLine :: Alignment -> Maybe Bool

    xlsx Codec.Xlsx.Types.StyleSheet

    A boolean value indicating if the cells justified or distributed alignment should be used on the last line of text. (This is typical for East Asian alignments but not typical in other contexts.)

Page 68 of many | Previous | Next