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. class SMTWriter h => SMTReadWriter h

    what4 What4.Protocol.SMTWriter

    Used when we need two way communication with the solver.

  2. leThreadId :: LogEvent -> ThreadId

    what4 What4.Serialize.Log

    ID of thread that generated the event.

  3. data HandleReader

    what4 What4.Solver.Yices

    Wrapper to help with reading from another process's standard out and stderr. We want to be able to read from another process's stderr and stdout without causing the process to stall because stdout or stderr becomes full. This data type will read from either of the handles, and buffer as much data as needed in the queue. It then provides a line-based method for reading that data as strict bytestrings.

  4. startHandleReader :: Handle -> Maybe (OutputStream Text) -> IO HandleReader

    what4 What4.Solver.Yices

    Create a new handle reader for reading the given handle.

  5. module What4.Utils.HandleReader

    No documentation available.

  6. data HandleReader

    what4 What4.Utils.HandleReader

    Wrapper to help with reading from another process's standard out and stderr. We want to be able to read from another process's stderr and stdout without causing the process to stall because stdout or stderr becomes full. This data type will read from either of the handles, and buffer as much data as needed in the queue. It then provides a line-based method for reading that data as strict bytestrings.

  7. HandleReader :: !Chan (Maybe Text) -> Handle -> ThreadId -> HandleReader

    what4 What4.Utils.HandleReader

    No documentation available.

  8. hrThreadId :: HandleReader -> !ThreadId

    what4 What4.Utils.HandleReader

    No documentation available.

  9. startHandleReader :: Handle -> Maybe (OutputStream Text) -> IO HandleReader

    what4 What4.Utils.HandleReader

    Create a new handle reader for reading the given handle.

  10. stopHandleReader :: HandleReader -> IO ()

    what4 What4.Utils.HandleReader

    Stop the handle reader; cannot be used afterwards.

Page 735 of many | Previous | Next