Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. atomicModifyMutVar_# :: MutVar# s a -> (a -> a) -> State# s -> (# State# s, a, a #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  2. atomicSwapMutVar# :: MutVar# s a_levpoly -> a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  3. casMutVar# :: MutVar# s a_levpoly -> a_levpoly -> a_levpoly -> State# s -> (# State# s, Int#, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  4. newMutVar# :: a_levpoly -> State# s -> (# State# s, MutVar# s a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  5. newTVar# :: a_levpoly -> State# s -> (# State# s, TVar# s a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  6. readMutVar# :: MutVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  7. readTVar# :: TVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  8. readTVarIO# :: TVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  9. writeMutVar# :: MutVar# s a_levpoly -> a_levpoly -> State# s -> State# s

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  10. writeTVar# :: TVar# s a_levpoly -> a_levpoly -> State# s -> State# s

    ghc-prim GHC.PrimopWrappers

    No documentation available.

Page 9 of many | Previous | Next