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.

  1. setVisibleSelection :: Bool -> BufferM ()

    yi-core Yi.Config.Simple

    Highlight the selection

  2. setDividerPosE :: DividerRef -> DividerPosition -> EditorM ()

    yi-core Yi.Editor

    Sets the given divider position on the current tab

  3. setRegE :: YiString -> EditorM ()

    yi-core Yi.Editor

    Put string into yank register

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

    yi-core Yi.Editor

    Set the "background" status line

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

    yi-core Yi.File

    Associate buffer with file; canonicalize the given path name.

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

  7. setInput :: YiString -> BufferM ()

    yi-core Yi.Mode.Interactive

    No documentation available.

  8. setRegexE :: SearchExp -> EditorM ()

    yi-core Yi.Search

    Put regex into regex register

  9. setRegexE :: SearchExp -> EditorM ()

    yi-core Yi.Search.Internal

    Put regex into regex register

  10. setTags :: TagTable -> EditorM ()

    yi-core Yi.Tag

    Set a new TagTable

Page 308 of many | Previous | Next