Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setStatus :: MonadEditor m => Status -> m ()yi-core Yi.Editor Set the "background" status line
setFileName :: BufferRef -> FilePath -> YiM ()yi-core Yi.File Associate buffer with file; canonicalize the given path name.
setHistory :: (MonadEditor m, Functor m) => Text -> History -> Map Text History -> m ()yi-core Yi.History Helper that sets the given history at ident and putEditorDyns the result.
setInput :: YiString -> BufferM ()yi-core Yi.Mode.Interactive No documentation available.
setRegexE :: SearchExp -> EditorM ()yi-core Yi.Search Put regex into regex register
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"}