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.
setContextPrecedence :: PrecedenceStack -> ScopeM ()Agda Agda.Syntax.Scope.Monad No documentation available.
setCurrentModule :: MonadTCState m => ModuleName -> m ()Agda Agda.Syntax.Scope.Monad No documentation available.
setLocalVars :: LocalVars -> ScopeM ()Agda Agda.Syntax.Scope.Monad No documentation available.
setNamedScope :: ModuleName -> Scope -> ScopeM ()Agda Agda.Syntax.Scope.Monad No documentation available.
setRecordConstructor :: QName -> (QName, Maybe Induction) -> ScopeM ()Agda Agda.Syntax.Scope.Monad Record (ha) that a given record has the specified constructor name.
setUsability :: Bool -> Order -> OrderAgda Agda.Termination.Order No documentation available.
setBlockingVarOverlap :: BlockingVar -> BlockingVarAgda Agda.TypeChecking.Coverage.Match No documentation available.
setEtaEquality :: EtaEquality -> HasEta -> EtaEqualityAgda Agda.TypeChecking.Monad.Base Make sure we do not overwrite a user specification.
setTCLens :: MonadTCState m => Lens' TCState a -> a -> m ()Agda Agda.TypeChecking.Monad.Base Overwrite the part of the TCState focused on by the lens.
setTCLens' :: MonadTCState m => Lens' TCState a -> a -> m ()Agda Agda.TypeChecking.Monad.Base Overwrite the part of the TCState focused on by the lens (strictly).