• 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. type EDNList = [TaggedValue]

    hedn Data.EDN

    No documentation available.

  2. mkList :: Foldable f => f TaggedValue -> Value

    hedn Data.EDN

    No documentation available.

  3. withList :: (EDNList -> Parser a) -> Value -> Parser a

    hedn Data.EDN

    No documentation available.

  4. type EDNList = [TaggedValue]

    hedn Data.EDN.AST.Types.Value

    No documentation available.

  5. mkList :: Foldable f => f TaggedValue -> Value

    hedn Data.EDN.AST.Types.Value

    No documentation available.

  6. withList :: (EDNList -> Parser a) -> Value -> Parser a

    hedn Data.EDN.Class

    No documentation available.

  7. ednList :: QuasiQuoter

    hedn Data.EDN.QQ

    Quasiquoter for untagged Value wrapped in a List.

    [ednList| #foo/bar nil |]
    ===
    List [ Tagged "foo" "bar" Nil ]
    

  8. asList :: (Unbox a, Bin bin) => Histogram bin a -> [(BinValue bin, a)]

    histogram-fill Data.Histogram

    No documentation available.

  9. binsList :: (IntervalBin b, Vector v (BinValue b, BinValue b)) => b -> v (BinValue b, BinValue b)

    histogram-fill Data.Histogram.Bin.Classes

    List of all bins. Could be overridden for efficiency.

  10. asList :: forall (v :: Type -> Type) a bin . (Vector v a, Bin bin) => Histogram v bin a -> [(BinValue bin, a)]

    histogram-fill Data.Histogram.Generic

    Convert histogram data to list.

Page 201 of many | Previous | Next

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