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.
filterJust :: Event (Maybe a) -> Event areactive-banana Reactive.Banana.Combinators Allow all event occurrences that are Just values, discard the rest. Variant of filterE.
filterJust :: Event (Maybe a) -> Event areactive-banana Reactive.Banana.Model No documentation available.
filterJustP :: Pulse (Maybe a) -> Build (Pulse a)reactive-banana Reactive.Banana.Prim.Mid No documentation available.
filterJust :: Event (Maybe a) -> Event areactive-banana-bunch Reactive.Banana.Bunch.Combinators No documentation available.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-query Database.Relational.Arrow Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-query Database.Relational.Projectable Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
TextAnchoringJustified :: TextAnchoringxlsx 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.
CellHorizontalAlignmentJustify :: CellHorizontalAlignmentxlsx Codec.Xlsx.Types.StyleSheet No documentation available.
CellVerticalAlignmentJustify :: CellVerticalAlignmentxlsx Codec.Xlsx.Types.StyleSheet No documentation available.
_alignmentJustifyLastLine :: Alignment -> Maybe Boolxlsx 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.)