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.

  1. setNamedMarkHereB :: String -> BufferM ()

    yi-core Yi.Buffer.Misc

    No documentation available.

  2. setVisibleSelection :: Bool -> BufferM ()

    yi-core Yi.Buffer.Misc

    Highlight the selection

  3. setSavedFilePointU :: URList -> URList

    yi-core Yi.Buffer.Undo

    Add a saved file point so that we can tell that the buffer has not been modified since the previous saved file point. Notice that we must be sure to remove the previous saved file points since they are now worthless.

  4. setAnyMode :: AnyMode -> BufferM ()

    yi-core Yi.Config.Simple

    Set the mode

  5. setInserting :: Bool -> BufferM ()

    yi-core Yi.Config.Simple

    No documentation available.

  6. setMarkHereB :: BufferM Mark

    yi-core Yi.Config.Simple

    No documentation available.

  7. setMode :: Mode syntax -> BufferM ()

    yi-core Yi.Config.Simple

    No documentation available.

  8. setMode0 :: Mode syntax -> FBuffer -> FBuffer

    yi-core Yi.Config.Simple

    No documentation available.

  9. setNamedMarkHereB :: String -> BufferM ()

    yi-core Yi.Config.Simple

    No documentation available.

  10. setSavedFilePointU :: URList -> URList

    yi-core Yi.Config.Simple

    Add a saved file point so that we can tell that the buffer has not been modified since the previous saved file point. Notice that we must be sure to remove the previous saved file points since they are now worthless.

Page 306 of many | Previous | Next