Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
SDL_AUDIO_ALLOW_ANY_CHANGE :: (Eq a, Num a) => asdl2 SDL.Raw.Enum No documentation available.
-
swagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger.Internal No documentation available.
-
sydtest-wai Test.Syd.Wai.Matcher No documentation available.
class
ManyMemberKV (ks :: [Symbol]) (ts :: [Type]) (kvs :: [Type])tmp-proc System.TmpProc.Docker Generate proof instances of LookupMany.
-
tmp-proc System.TmpProc.Docker Select the named ProcHandles from an HList of ProcHandle.
-
tmp-proc System.TmpProc.Docker Select items with specified keys from an HList of KVs by key. N.B. this this is an internal function. The keys must be provided in the same order as they occur in the HList, any other order will likely result in an compiler error.
Examples
>>> selectMany @'["b"] @'[Bool] @'[KV "b" Bool, KV "d" Double] (V True &: V (3.1 :: Double) &: HNil) True &: HNil
class
ManyMemberKV (ks :: [Symbol]) (ts :: [Type]) (kvs :: [Type])tmp-proc System.TmpProc.TypeLevel Generate proof instances of LookupMany.
manyProof :: ManyMemberKV ks ts kvs => LookupMany ks ts kvstmp-proc System.TmpProc.TypeLevel No documentation available.
-
tmp-proc System.TmpProc.TypeLevel Select items with specified keys from an HList of KVs by key. N.B. this this is an internal function. The keys must be provided in the same order as they occur in the HList, any other order will likely result in an compiler error.
Examples
>>> selectMany @'["b"] @'[Bool] @'[KV "b" Bool, KV "d" Double] (V True &: V (3.1 :: Double) &: HNil) True &: HNil