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.

  1. setStatus :: MonadEditor m => Status -> m ()

    yi-core Yi.Editor

    Set the "background" status line

  2. setFileName :: BufferRef -> FilePath -> YiM ()

    yi-core Yi.File

    Associate buffer with file; canonicalize the given path name.

  3. 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.

  4. setInput :: YiString -> BufferM ()

    yi-core Yi.Mode.Interactive

    No documentation available.

  5. setRegexE :: SearchExp -> EditorM ()

    yi-core Yi.Search

    Put regex into regex register

  6. setRegexE :: SearchExp -> EditorM ()

    yi-core Yi.Search.Internal

    Put regex into regex register

  7. setTags :: TagTable -> EditorM ()

    yi-core Yi.Tag

    Set a new TagTable

  8. 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

  9. setField :: forall (f :: Symbol) s a . HasField' f s a => a -> s -> s

    generic-lens Data.Generics.Product.Fields

    >>> setField @"age" 60 human
    Human {name = "Tunyasz", age = 60, address = "London", other = False}
    

  10. setPosition :: forall (i :: Nat) s a . HasPosition' i s a => a -> s -> s

    generic-lens Data.Generics.Product.Positions

    >>> setPosition @2 60 human
    Human {name = "Tunyasz", age = 60, address = "London"}
    

Page 308 of many | Previous | Next