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.
setPristinePolarity :: LensModalPolarity a => PolarityModality -> a -> Maybe aAgda Agda.Syntax.Concrete.Attribute Setting ModalPolarity if unset.
setPristineQuantity :: LensQuantity a => Quantity -> a -> Maybe aAgda Agda.Syntax.Concrete.Attribute Setting Quantity if unset.
setPristineRelevance :: LensRelevance a => Relevance -> a -> Maybe aAgda Agda.Syntax.Concrete.Attribute Setting Relevance if unset.
setInScope :: LensInScope a => a -> aAgda Agda.Syntax.Concrete.Name No documentation available.
setNameSuffix :: Maybe Suffix -> Name -> NameAgda Agda.Syntax.Concrete.Name Replaces the suffix of a name. Unless the suffix is Nothing, the name should not be NoName.
setNotInScope :: LensInScope a => a -> aAgda Agda.Syntax.Concrete.Name No documentation available.
setConName :: LensConName a => QName -> a -> aAgda Agda.Syntax.Internal No documentation available.
setLexInput :: AlexInput -> Parser ()Agda Agda.Syntax.Parser.Alex No documentation available.
setTacticAttr :: [Attr] -> NamedArg Binder -> NamedArg BinderAgda Agda.Syntax.Parser.Helpers Set the tactic attribute of a binder
setInput :: AlexInput -> LookAhead ()Agda Agda.Syntax.Parser.LookAhead Set the look-ahead position.