Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. printPlan :: Verbosity -> ProjectBaseContext -> ProjectBuildContext -> IO ()

    cabal-install Distribution.Client.ProjectOrchestration

    Print a user-oriented presentation of the install plan, indicating what will be built.

  2. printDefn :: Defn -> IO ()

    code-conjure Conjure.Defn

    Pretty-prints a Defn to the screen.

    > printDefn sumDefn
    sum []  =  0
    sum (x:xs)  =  x + sum xs
    

  3. printThy :: Thy -> IO ()

    code-conjure Conjure.Reason

    Prints a Thy (theory) on the console. (cf. showThy)

  4. printColored :: (a -> IO ()) -> Term -> Colored a -> IO ()

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  5. printColoredIO :: Term -> Colored (IO ()) -> IO ()

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  6. printColoredS :: Term -> Colored String -> IO ()

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  7. printColored :: Foldable f => (a -> IO ()) -> Term -> f (Colored a) -> IO ()

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  8. printColoredIO :: Term -> [Colored (IO ())] -> IO ()

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  9. printColoredS :: Foldable f => Term -> f (Colored String) -> IO ()

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  10. printed :: PrintFixity n -> Text

    egison-pattern-src Language.Egison.Pretty.Pattern

    No documentation available.

Page 80 of many | Previous | Next