Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. identString :: FBuffer -> Text

    yi-core Yi.Buffer.Misc

    Gets the buffer's identifier string, emphasising the MemBuffer:

    >>> let memBuf = newB (BufferRef 0) (MemBuffer "foo/bar/hello") ""
    
    >>> identString memBuf
    "*foo/bar/hello*"
    
    >>> let fileBuf = newB (BufferRef 0) (FileBuffer "foo/bar/hello") ""
    
    >>> identString fileBuf
    "foo/bar/hello"
    

  2. identA :: HasAttributes c => Lens' c BufferId

    yi-core Yi.Config.Simple

    No documentation available.

  3. identString :: FBuffer -> Text

    yi-core Yi.Config.Simple

    Gets the buffer's identifier string, emphasising the MemBuffer:

    >>> let memBuf = newB (BufferRef 0) (MemBuffer "foo/bar/hello") ""
    
    >>> identString memBuf
    "*foo/bar/hello*"
    
    >>> let fileBuf = newB (BufferRef 0) (FileBuffer "foo/bar/hello") ""
    
    >>> identString fileBuf
    "foo/bar/hello"
    

  4. idAutomaton :: (Ord a, Eq a) => P a a

    yi-core Yi.Interact

    No documentation available.

  5. idAutomaton :: (Ord a, Eq a) => P a a

    yi-core Yi.Keymap.Keys

    No documentation available.

  6. ident :: Attributes -> !BufferId

    yi-core Yi.Types

    No documentation available.

  7. idValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  8. identDataName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  9. idp :: T

    midi Sound.MIDI.Manufacturer

    No documentation available.

  10. idrc :: T

    midi Sound.MIDI.Manufacturer

    No documentation available.

Page 283 of many | Previous | Next