Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unsafeRead :: (PrimMonad m, Unboxable a) => MVector (PrimState m) a -> Int -> m aunboxing-vector Data.Vector.Unboxing.Mutable No documentation available.
-
unexceptionalio UnexceptionalIO Async signal that a child thread ended due to non-async PseudoException
ChildThreadError :: PseudoException -> ChildThreadErrorunexceptionalio UnexceptionalIO No documentation available.
solveBreadthFirst :: forall w (s :: Type -> Type) a . (C w, C s) => T w s a -> w s aunique-logic-tf UniqueLogic.ST.TF.System No documentation available.
fieldReadonly :: (Unjson a, Typeable a) => Text -> (s -> a) -> Text -> Ap (FieldDef s) ()unjson Data.Unjson Declare a field that is readonly from the point of view of Haskell structures, it will be serialized to JSON but never read from JSON. Example:
unjsonThing :: UnjsonDef Thing unjsonThing = objectOf $ pure (\s -> Thing 59123 s) <* fieldReadonly "port" thingPort "Random port the server is listening on" <*> field "string" thingString "Additional string" data Thing = Thing { thingPort :: Int, thingString :: String, ... }fieldReadonlyBy :: Typeable a => Text -> (s -> a) -> Text -> UnjsonDef a -> Ap (FieldDef s) ()unjson Data.Unjson Declare a field that is readonly from the point of view of Haskell structures, it will be serialized to JSON but never read from JSON. Accepts unjson parser as a parameter. Example:
unjsonThing :: UnjsonDef Thing unjsonThing = objectOf $ pure (\s -> Thing 59123 s) <* fieldReadonlyBy "port" thingPort "Random port the server is listening on" unjsonPort <*> field "string" thingString "Additional string" data Thing = Thing { thingPort :: Port, thingString :: String, ... }setOwnerReadable :: Bool -> Permissions -> Permissionsunliftio-path UnliftIO.Path.Directory No documentation available.
EmailAlreadyExists :: UpdateUserErrorusers Web.Users.Types No documentation available.
EmailAlreadyTaken :: CreateUserErrorusers Web.Users.Types No documentation available.
UsernameAlreadyExists :: UpdateUserErrorusers Web.Users.Types No documentation available.