Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
o-clock Time.Timestamp Substracts time amounts of different units. When the minuend is smaller than the subtrahend, this function will throw Underflow :: ArithException.
>>> minute 1 -:- sec 1 59s
(
/:/ ) :: forall (unit :: Rat) . KnownRat unit => Time unit -> Time unit -> RatioNato-clock Time.Timestamp Operator version of timeDiv.
>>> sec 15 /:/ sec 3 5 % 1
(
.: ) :: (r -> z) -> (a -> b -> r) -> a -> b -> zopaleye Opaleye.Internal.Helpers No documentation available.
(
.:. ) :: (r -> z) -> (a -> b -> c -> r) -> a -> b -> c -> zopaleye Opaleye.Internal.Helpers No documentation available.
(
.:: ) :: (r -> z) -> (a -> b -> c -> d -> r) -> a -> b -> c -> d -> zopaleye Opaleye.Internal.Helpers No documentation available.
(
.::. ) :: (r -> z) -> (a -> b -> c -> d -> e -> r) -> a -> b -> c -> d -> e -> zopaleye Opaleye.Internal.Helpers No documentation available.
(
=: ) :: Val v => Label -> v -> Fieldpersistent-mongoDB Database.Persist.MongoDB Field with given label and typed value
(
.: ) :: Pinchable a => Value TStruct -> Int16 -> Parser apinch Pinch Given a field ID and a Value TStruct, get the value stored in the struct under that field ID. The lookup fails if the field is absent or if it's not the same type as expected by this call's context.
(
.:? ) :: Pinchable a => Value TStruct -> Int16 -> Parser (Maybe a)pinch Pinch Given a field ID and a Value TStruct, get the optional value stored in the struct under the given field ID. The value returned is Nothing if it was absent or the wrong type. The lookup fails only if the value retrieved fails to unpinch.
(
.: ) :: Pinchable a => Value TStruct -> Int16 -> Parser apinch Pinch.Internal.Pinchable Given a field ID and a Value TStruct, get the value stored in the struct under that field ID. The lookup fails if the field is absent or if it's not the same type as expected by this call's context.