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. setInsertionBraces :: String -> IO ()

    isocline System.Console.Isocline

    Set pairs of auto insertion braces, by default "(){}[]\"\"''".

  2. setMatchingBraces :: String -> IO ()

    isocline System.Console.Isocline

    Set pairs of matching braces, by default "(){}[]".

  3. setPromptMarker :: String -> String -> IO ()

    isocline System.Console.Isocline

    setPromptMarker marker multiline_marker: Set the prompt marker (by default "> "). and a possible different continuation prompt marker multiline_marker for multiline input (defaults to marker).

  4. setBufferSize :: ThrowsErrno e => Client -> FunPtr (BufferSize arg) -> Ptr arg -> ExceptionalT e IO ()

    jack Sound.JACK

    No documentation available.

  5. setClientRegistration :: ThrowsErrno e => Client -> FunPtr (ClientRegistration arg) -> Ptr arg -> ExceptionalT e IO ()

    jack Sound.JACK

    Set the client registration callback.

  6. setFreewheel :: ThrowsErrno e => Client -> FunPtr (Freewheel arg) -> Ptr arg -> ExceptionalT e IO ()

    jack Sound.JACK

    No documentation available.

  7. setGraphOrder :: ThrowsErrno e => Client -> FunPtr (GraphOrder arg) -> Ptr arg -> ExceptionalT e IO ()

    jack Sound.JACK

    No documentation available.

  8. setLatency :: ThrowsErrno e => Client -> FunPtr (Latency arg) -> Ptr arg -> ExceptionalT e IO ()

    jack Sound.JACK

    No documentation available.

  9. setLatencyRange :: Port typ dir -> LatencyCallbackMode -> LatencyRange -> IO ()

    jack Sound.JACK

    No documentation available.

  10. setOfPort :: (PortType typ, Direction dir) => Port typ dir -> PortSet

    jack Sound.JACK

    No documentation available.

Page 721 of many | Previous | Next