Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
qchas QC forms a complex number from its real and imaginary rectangular components.
-
range Data.Range Mathematically equivalent to (x, y]. x *=+ y is the short version of SpanRange (Bound x Exclusive) (Bound y Inclusive)
-
range Data.Ranges Mathematically equivalent to (x, y]. See *=+ for details.
-
ranged-list Data.List.Length No documentation available.
(
.:++ ) :: PushR n m => RangeR n (m - 1) a -> a -> RangeR n m aranged-list Data.List.Range To push an optional element.
>>> :set -XDataKinds >>> samplePushR = NilR :++ 'h' :+ 'e' :+ 'l' :+ 'l' :: RangeR 3 7 Char >>> samplePushR .:++ 'o' ((((NilR :++ 'h') :++ 'e') :+ 'l') :+ 'l') :+ 'o' >>> :type samplePushR .:++ 'o' samplePushR .:++ 'o' :: RangeR 3 8 Char
-
ranged-list Data.List.Range No documentation available.
(
^+^ ) :: (Inner u v, Unbox a, Num a) => u a -> v a -> v arp-tree Data.RPTree No documentation available.
-
rzk Free.Scoped No documentation available.
-
scanf Text.Scanf A pretty pair type to build lists with values of different types. Remember to close lists with ().
3 :+ "14" :+ () :: Int :+ String :+ ()
-
scanf Text.Scanf No documentation available.