• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. _Just :: forall a b p f . (Choice p, Applicative f) => p a (f b) -> p (Maybe a) (f (Maybe b))

    strict-base-types Data.Maybe.Strict

    Analogous to _Just in Control.Lens.Prism

  2. fromJust :: Maybe a -> a

    strict-base-types Data.Maybe.Strict

    Extracts the element out of a Just and throws an error if the argument is Nothing.

  3. isJust :: Maybe a -> Bool

    strict-base-types Data.Maybe.Strict

    Yields True iff the argument is of the form Just _.

  4. _Just :: forall a b p f . (Choice p, Applicative f) => p a (f b) -> p (Maybe a) (f (Maybe b))

    strict-lens Data.Strict.Lens

    Analogous to _Just in Control.Lens.Prism

  5. data TextAdjust

    svg-tree Graphics.Svg.Types

    Define the possible values of the lengthAdjust attribute.

  6. TextAdjustSpacing :: TextAdjust

    svg-tree Graphics.Svg.Types

    Value spacing

  7. TextAdjustSpacingAndGlyphs :: TextAdjust

    svg-tree Graphics.Svg.Types

    Value spacingAndGlyphs

  8. _textAdjust :: Text -> !TextAdjust

    svg-tree Graphics.Svg.Types

    Define the lengthAdjust attribute.

  9. textAdjust :: HasText c_aorD => Lens' c_aorD TextAdjust

    svg-tree Graphics.Svg.Types

    No documentation available.

  10. adjustAnswerOnAxis :: (Eq b, Fractional b, Integral a) => Matrix (Ratio a) -> [b] -> Maybe [b]

    symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.Common

    jpn) 解を解直線上で補正

Page 153 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete