• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. setEvBindIfWanted :: CtEvidence -> Canonical -> EvTerm -> TcS ()

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  2. setEvBindsTcS :: EvBindsVar -> TcS a -> TcS a

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  3. setInertCans :: InertCans -> TcS ()

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  4. setInertSet :: InertSet -> TcS ()

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  5. setSolvedDicts :: DictMap DictCt -> TcS ()

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  6. setSrcSpan :: RealSrcSpan -> TcS a -> TcS a

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  7. setTcEvBindsMap :: EvBindsVar -> EvBindMap -> TcS ()

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  8. setUnificationFlag :: TcLevel -> TcS ()

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  9. setWantedEq :: HasDebugCallStack => TcEvDest -> Coercion -> TcS ()

    ghc GHC.Tc.Solver.Monad

    Equalities only

  10. setWantedEvTerm :: TcEvDest -> Canonical -> EvTerm -> TcS ()

    ghc GHC.Tc.Solver.Monad

    Good for both equalities and non-equalities

Page 175 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete