Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. PutMVar :: MVarId -> [ThreadId] -> ThreadAction

    dejafu Test.DejaFu.Types

    Put into a MVar, possibly waking up some threads.

  2. type Prefixed (str :: k) = CustomJSON '[FieldLabelModifier StripPrefix str]

    deriving-aeson Deriving.Aeson.Stock

    Field names are prefixed by str; strip them from JSON representation

  3. type PrefixedSnake (str :: k) = CustomJSON '[FieldLabelModifier '[StripPrefix str, CamelToSnake]]

    deriving-aeson Deriving.Aeson.Stock

    Strip str prefices and convert from CamelCase to snake_case

  4. data Path

    df1 Df1

    Path represents the hierarchical structure of logged messages. For example, consider a df1 log line as like the following:

    1999-12-20T07:11:39.230553031Z /foo x=a y=b /bar /qux z=c z=d WARNING Something
    
    For that line, the log_path attribute of the Log datatype will contain the following:
    [ Push (segment "foo")
    , Attr (key "x") (value "a")
    , Attr (key "y") (value "b")
    , Push (segment "bar")
    , Push (segment "qux")
    , Attr (key "z") (value "c")
    , Attr (key "z") (value "d")
    ] :: Seq Path
    
    Please notice that [] :: Seq Path is a valid path insofar as df1 is concerned, and that Attr and Push can be juxtapositioned in any order.

  5. Push :: Segment -> Path

    df1 Df1

    No documentation available.

  6. module Df1.Parse

    No documentation available.

  7. PDF :: OutputType

    diagrams-cairo Diagrams.Backend.Cairo

    Portable Document Format output.

  8. PNG :: OutputType

    diagrams-cairo Diagrams.Backend.Cairo

    Portable Network Graphics output.

  9. PS :: OutputType

    diagrams-cairo Diagrams.Backend.Cairo

    PostScript output

  10. PDF :: OutputType

    diagrams-cairo Diagrams.Backend.Cairo.Internal

    Portable Document Format output.

Page 686 of many | Previous | Next