Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. Push :: forall a . a -> Stack a ()

    machines Data.Machine.Stack

    No documentation available.

  2. module Data.Matrix.AsXYZ.ParseXY

    Jones-Faithful notation parser for planegroup.

  3. module Data.Matrix.AsXYZ.ParseXYZ

    Jones-Faithful notation parser for spacegroup.

  4. module Data.Matrix.AsXYZ.Plain

    Jones-Faithful notation plain text printer.

  5. module Data.Ratio.ParseFloat

    Floating point parser Temporary solution to the problem below

    ghci> realToFrac (read "1.1" :: Double) :: Rational
    2476979795053773 % 2251799813685248
    

  6. newtype PName

    microstache Text.Microstache

    Identifier for partials. Note that with the OverloadedStrings extension you can use just string literals to create values of this type.

  7. PName :: Text -> PName

    microstache Text.Microstache

    No documentation available.

  8. Partial :: PName -> Maybe Word -> Node

    microstache Text.Microstache

    Partial with indentation level (Nothing means it was inlined)

  9. module Text.Microstache.Parser

    Megaparsec parser for Mustache templates. You don't usually need to import the module, because Text.Microstache re-exports everything you may need, import that module instead.

  10. newtype PName

    microstache Text.Microstache.Type

    Identifier for partials. Note that with the OverloadedStrings extension you can use just string literals to create values of this type.

Page 720 of many | Previous | Next