Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
member_last_activity_on :: Member -> Maybe Textgitlab-haskell GitLab.Types No documentation available.
project_last_activity_at :: Project -> Maybe UTCTimegitlab-haskell GitLab.Types No documentation available.
repository_file_last_commit_id :: RepositoryFile -> Textgitlab-haskell GitLab.Types No documentation available.
user_last_activity_on :: User -> Maybe Textgitlab-haskell GitLab.Types No documentation available.
user_last_sign_in_at :: User -> Maybe UTCTimegitlab-haskell GitLab.Types No documentation available.
bitBlast :: FiniteBits a => a -> [Bool]grisette Grisette.Core Bit-blast a concrete value into a list of concrete bits. The first element in the resulting list corresponds to the least significant bit.
symBitBlast :: SymFiniteBits a => a -> [SymBool]grisette Grisette.Core Bit-blast a symbolic value into a list of symbolic bits. The first element in the resulting list corresponds to the least significant bit.
bitBlast :: FiniteBits a => a -> [Bool]grisette Grisette.Internal.Core.Data.Class.SymFiniteBits Bit-blast a concrete value into a list of concrete bits. The first element in the resulting list corresponds to the least significant bit.
symBitBlast :: SymFiniteBits a => a -> [SymBool]grisette Grisette.Internal.Core.Data.Class.SymFiniteBits Bit-blast a symbolic value into a list of symbolic bits. The first element in the resulting list corresponds to the least significant bit.
dropLastTypeParam :: Type -> Q Typegrisette Grisette.Internal.TH.Util Drop the last instantiated type parameter of a type.