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.
setQuantity :: LensQuantity a => Quantity -> a -> aAgda Agda.Syntax.Common No documentation available.
setQuantityMod :: LensModality a => LensSet a QuantityAgda Agda.Syntax.Common No documentation available.
setRelevance :: LensRelevance a => Relevance -> a -> aAgda Agda.Syntax.Common No documentation available.
setRelevanceMod :: LensModality a => LensSet a RelevanceAgda Agda.Syntax.Common No documentation available.
setAttribute :: LensAttribute a => Attribute -> a -> aAgda Agda.Syntax.Concrete.Attribute Setting an attribute (in e.g. an Arg). Overwrites previous value.
setAttributes :: LensAttribute a => [Attribute] -> a -> aAgda Agda.Syntax.Concrete.Attribute Setting some attributes in left-to-right order. Blindly overwrites previous settings.
setPristineAttribute :: LensAttribute a => Attribute -> a -> Maybe aAgda Agda.Syntax.Concrete.Attribute Setting an unset attribute (to e.g. an Arg).
setPristineAttributes :: LensAttribute a => [Attribute] -> a -> Maybe aAgda Agda.Syntax.Concrete.Attribute Setting a list of unset attributes.
setPristineCohesion :: LensCohesion a => Cohesion -> a -> Maybe aAgda Agda.Syntax.Concrete.Attribute Setting Cohesion if unset.
setPristineLock :: LensLock a => Lock -> a -> Maybe aAgda Agda.Syntax.Concrete.Attribute Setting Lock if unset.