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.
Pos :: Tree e a -> Forest e a -> Forest e a -> [([Tree e a], e, a, [Tree e a])] -> TreePos e aelynx-tree ELynx.Tree.Zipper No documentation available.
-
encoding Data.Encoding.ByteSink No documentation available.
PutME :: Either EncodingException (PutM (), a) -> PutME aencoding Data.Encoding.ByteSink No documentation available.
-
exact-pi Data.ExactPi.TypeLevel type family
Peano (n :: Nat) :: PeanoNumfixed-vector Data.Vector.Fixed Convert type level natural to Peano representation
-
fixed-vector Data.Vector.Fixed Peano numbers. Since type level naturals don't support induction we have to convert type nats to Peano representation first and work with it,
type family
Peano (n :: Nat) :: PeanoNumfixed-vector Data.Vector.Fixed.Cont Convert type level natural to Peano representation
-
fixed-vector Data.Vector.Fixed.Cont Peano numbers. Since type level naturals don't support induction we have to convert type nats to Peano representation first and work with it,
module Data.Vector.Fixed.
Primitive Unboxed vectors with fixed length. Vectors from Data.Vector.Fixed.Unboxed provide more flexibility at no performeance cost.
-
fixed-vector Data.Vector.Fixed.Primitive Class of types supporting primitive array operations. This includes interfacing with GC-managed memory (functions suffixed with ByteArray#) and interfacing with unmanaged memory (functions suffixed with Addr#). Endianness is platform-dependent.