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

  2. setAnyMode :: AnyMode -> BufferM ()

    yi-core Yi.Config.Simple

    Set the mode

  3. setInserting :: Bool -> BufferM ()

    yi-core Yi.Config.Simple

    No documentation available.

  4. setMarkHereB :: BufferM Mark

    yi-core Yi.Config.Simple

    No documentation available.

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

    yi-core Yi.Config.Simple

    No documentation available.

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

    yi-core Yi.Config.Simple

    No documentation available.

  7. setNamedMarkHereB :: String -> BufferM ()

    yi-core Yi.Config.Simple

    No documentation available.

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

  9. setSelectRegionB :: Region -> BufferM ()

    yi-core Yi.Config.Simple

    Select the given region: set the selection mark at the regionStart and the current point at the regionEnd.

  10. setSelectionMarkPointB :: Point -> BufferM ()

    yi-core Yi.Config.Simple

    Marks Set the current buffer selection mark

Page 307 of many | Previous | Next