Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

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

    hedn Data.EDN.Class

    No documentation available.

  2. ednList :: QuasiQuoter

    hedn Data.EDN.QQ

    Quasiquoter for untagged Value wrapped in a List.

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

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

    histogram-fill Data.Histogram

    No documentation available.

  4. 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.

  5. 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.

  6. onList :: ([a] -> [a]) -> MQuery a -> MQuery a

    hw-mquery HaskellWorks.Data.MQuery

    No documentation available.

  7. unzipFromListN2 :: (Storable a, Storable b) => Int -> [(a, b)] -> (Vector a, Vector b)

    hw-prim HaskellWorks.Data.Vector.Storable

    No documentation available.

  8. fromList :: [(Param, ParamValue)] -> QueryData

    hyperbole Web.Hyperbole.Data.QueryData

    No documentation available.

  9. toList :: QueryData -> [(Param, ParamValue)]

    hyperbole Web.Hyperbole.Data.QueryData

    No documentation available.

  10. fromList :: [Cookie] -> Cookies

    hyperbole Web.Hyperbole.Data.Session

    No documentation available.

Page 202 of many | Previous | Next