Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setRegexE :: SearchExp -> EditorM ()yi-core Yi.Search.Internal Put regex into regex register
setTags :: TagTable -> EditorM ()yi-core Yi.Tag Set a new TagTable
setDisplayLineNumbersLocal :: Maybe Bool -> BufferM ()yi-core Yi.UI.LineNumbers Set the buffer-local line number setting. Nothing: use global setting Just True: display line numbers only in this buffer Just False: hide line numbers only in this buffer
setField :: forall (f :: Symbol) s a . HasField' f s a => a -> s -> sgeneric-lens Data.Generics.Product.Fields >>> setField @"age" 60 human Human {name = "Tunyasz", age = 60, address = "London", other = False}setPosition :: forall (i :: Nat) s a . HasPosition' i s a => a -> s -> sgeneric-lens Data.Generics.Product.Positions >>> setPosition @2 60 human Human {name = "Tunyasz", age = 60, address = "London"}setTyped :: HasType a s => a -> s -> sgeneric-lens Data.Generics.Product.Typed Set field at type.
-
generic-random Generic.Random Define the set of custom generators. Note: for recursive types which can recursively appear inside lists or other containers, you may want to include a custom generator to decrease the size when generating such containers. See also the Note about lists in Generic.Random.Tutorial#notelists.
setSized :: forall (c :: Coherence) (s :: Sizing) g . Options c s g -> Options c 'Sized ggeneric-random Generic.Random No documentation available.
setUnsized :: forall (c :: Coherence) (s :: Sizing) g . Options c s g -> Options c 'Unsized ggeneric-random Generic.Random No documentation available.
-
generic-random Generic.Random.Internal.Generic Define the set of custom generators. Note: for recursive types which can recursively appear inside lists or other containers, you may want to include a custom generator to decrease the size when generating such containers. See also the Note about lists in Generic.Random.Tutorial#notelists.