ocaml-export-0.1.1.0: Convert Haskell types in OCaml types

CopyrightPlow Technologies 2017
LicenseBSD3
Maintainermchaver@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

OCaml.Internal.Common

Description

 

Synopsis

Documentation

(</>) :: Text -> Text -> Text infix 5 Source #

For URLs and POSIX systems.

cr :: Format r r Source #

mintercalate :: Monoid m => m -> [m] -> m Source #

msuffix :: Monoid m => m -> [m] -> m Source #

mconcatWith :: Monoid m => m -> m -> [m] -> m Source #

mintercalatefinish :: Monoid m => m -> m -> [m] -> m Source #

newlineparens :: Doc -> Doc Source #

Parentheses of which the right parenthesis exists on a new line

emptyline :: Doc Source #

An empty line, regardless of current indentation

(<$+$>) :: Doc -> Doc -> Doc Source #

Like $$, but with an empty line in between

pair :: Doc -> Doc -> Doc Source #