Home
last modified time | relevance | path

Searched refs:vcat (Results 1 – 25 of 951) sorted by relevance

12345678910>>...39

/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Publish/
H A DErrorsWarnings.hs93 vcat
102 vcat
110 vcat
126 vcat
133 vcat
151 vcat $
164 vcat $
186 vcat $
208 vcat
235 vcat
[all …]
H A DBoxesHelpers.hs31 Boxes.vcat Boxes.left [para x, indented (successivelyIndented xs)]
33 vcat :: [Boxes.Box] -> Boxes.Box
34 vcat = Boxes.vcat Boxes.left function
/dports/lang/ghc/ghc-8.10.7/utils/genapply/
H A DMain.hs552 nest 4 (vcat [
578 = vcat [
637 vcat [
641 nest 4 (vcat [
828 vcat [
831 nest 4 (vcat [
897 vcat [
922 vcat [
1042 vcat [
1053 vcat [
[all …]
/dports/misc/usd/USD-21.11/pxr/base/vt/testenv/
H A DtestVtFunctions.py40 vcat = Vt.Cat(v,v)
41 self.assertEqual(len(vcat), 12)
42 self.assertEqual(vcat[11], 6)
43 vcat = Vt.Cat(Vt.Cat(v),Vt.Cat(v,v,v,v),Vt.Cat(v,v,v,v,v))
44 self.assertEqual(len(vcat), 60)
45 self.assertEqual(vcat[58], 5)
46 vcat = Vt.Cat(v,self.empty)
47 self.assertEqual(vcat, Vt.Cat(v))
/dports/databases/grass7/grass-7.8.6/temporal/t.rast.what/
H A Dt.rast.what.py149 vcat = flags["v"]
163 if vcat and not points:
198 if vcat is True:
316 if vcat:
331 if vcat:
349 if vcat:
408 if vcat:
437 if vcat:
484 if vcat:
505 if vcat and site_input:
[all …]
/dports/devel/R-cran-sfsmisc/sfsmisc/man/
H A Dvcat.Rd1 \name{vcat}
2 \alias{vcat}
12 vcat(vec, sep = " ")
20 vcat := \code{function(vec, sep = " ") paste(vec, collapse = sep)}
35 vcat(vv)
36 vcat(vv, sep = ", ")
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DHelp.hs72 , vcat
142 viewDoc $ header $+$ vcat (map render prefsFilesHelp)
161 vcat [ text (" " ++ d) | d <- ds ]
248 manpage = vcat [
266 ".SS " <> vcat (map text helpOnMatchers),
301 acc $$ vcat (map
321 vcat
334 vcat
354 environment = vcat $ concat
359 prefFiles = vcat $ map go prefsFilesHelp
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/
H A DViewing.hs43 import Darcs.Util.Printer ( Doc, empty, vcat, text, blueText, Color(Cyan, Magenta),
95 $$ prefix " " (vcat $ map userchunkPS pre)
96 $$ lineColor Magenta (prefix "-" (vcat $ map userchunkPS o))
97 $$ lineColor Cyan (prefix "+" (vcat $ map userchunkPS n))
98 $$ prefix " " (vcat $ map userchunkPS post)
113 showPatch ForDisplay = vcat . mapFL (showPatch ForDisplay)
120 $$ vcat (mapFL (showPatch ForStorage) ps)
122 showPatchInternal ListFormatV2 ps = vcat (mapFL (showPatch ForStorage) ps)
124 showPatchInternal ListFormatV3 ps = vcat (mapFL (showPatch ForStorage) ps)
145 content = vcat . mapFL content
[all …]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Backpack/
H A DLinkedComponent.hs48 import Text.PrettyPrint (Doc, hang, text, vcat, ($+$), hsep, quotes)
108 vcat [ text "signature include" <+> pretty (ci_id incl)
230 4 (vcat [pretty req | req <- Set.toList reqs])
256 (vcat [hang (text "-") 2 l | l <- ls])
364 vcat [ text "The package" <+> quotes (pretty pn)
367 vcat [ text "The module" <+> quotes (pretty from)
374 vcat [ text "Ambiguous reexport" <+> quotes (pretty from)
376 (vcat (msg : msgs))
384 vcat [ text "The ambiguity can be resolved by qualifying the"
389 vcat [ text "The ambiguity can be resolved by using the"
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Backpack/
H A DLinkedComponent.hs48 import Text.PrettyPrint (Doc, hang, text, vcat, ($+$), hsep, quotes)
108 vcat [ text "signature include" <+> pretty (ci_id incl)
230 4 (vcat [pretty req | req <- Set.toList reqs])
256 (vcat [hang (text "-") 2 l | l <- ls])
364 vcat [ text "The package" <+> quotes (pretty pn)
367 vcat [ text "The module" <+> quotes (pretty from)
374 vcat [ text "Ambiguous reexport" <+> quotes (pretty from)
376 (vcat (msg : msgs))
384 vcat [ text "The ambiguity can be resolved by qualifying the"
389 vcat [ text "The ambiguity can be resolved by using the"
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Backpack/
H A DLinkedComponent.hs48 import Text.PrettyPrint (Doc, hang, text, vcat, ($+$), hsep, quotes)
108 vcat [ text "signature include" <+> pretty (ci_id incl)
230 4 (vcat [pretty req | req <- Set.toList reqs])
256 (vcat [hang (text "-") 2 l | l <- ls])
364 vcat [ text "The package" <+> quotes (pretty pn)
367 vcat [ text "The module" <+> quotes (pretty from)
374 vcat [ text "Ambiguous reexport" <+> quotes (pretty from)
376 (vcat (msg : msgs))
384 vcat [ text "The ambiguity can be resolved by qualifying the"
389 vcat [ text "The ambiguity can be resolved by using the"
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Pretty/
H A DWarning.hs62 $$ nest 2 (vcat $ map prettyTCM ms)
66 $$ nest 2 (vcat $ map prettyTCM is)
72 else vcat
84 $$ nest 2 (fmap (P.vcat . List.nub) $
101 CoverageNoExactSplit f cs -> vcat $
111 CantGeneralizeOverSorts ms -> vcat
277 RewriteAmbiguousRules lhs rhs1 rhs2 -> vcat
289 RewriteMissingRule u v rhou -> vcat
310 NotInScopeW xs -> vcat
325 par ds = parens $ vcat ds
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Backpack/
H A DLinkedComponent.hs110 vcat [ text "signature include" <+> pretty (ci_id incl)
159 dieProgress (vcat (intersperse (text "") -- double newline!
232 4 (vcat [pretty req | req <- Set.toList reqs])
258 (vcat [hang (text "-") 2 l | l <- ls])
366 vcat [ text "The package" <+> quotes (pretty pn)
369 vcat [ text "The module" <+> quotes (pretty from)
376 vcat [ text "Ambiguous reexport" <+> quotes (pretty from)
378 (vcat (msg : msgs))
386 vcat [ text "The ambiguity can be resolved by qualifying the"
391 vcat [ text "The ambiguity can be resolved by using the"
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Backpack/
H A DLinkedComponent.hs110 vcat [ text "signature include" <+> pretty (ci_id incl)
159 dieProgress (vcat (intersperse (text "") -- double newline!
232 4 (vcat [pretty req | req <- Set.toList reqs])
258 (vcat [hang (text "-") 2 l | l <- ls])
366 vcat [ text "The package" <+> quotes (pretty pn)
369 vcat [ text "The module" <+> quotes (pretty from)
376 vcat [ text "Ambiguous reexport" <+> quotes (pretty from)
378 (vcat (msg : msgs))
386 vcat [ text "The ambiguity can be resolved by qualifying the"
391 vcat [ text "The ambiguity can be resolved by using the"
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/profiling/
H A DProfInit.hs30 else vcat
38 , braces (vcat
50 <+> braces (vcat $ [ ppr (mkCCLabel cc) <> comma
61 <+> braces (vcat $ [ ppr (mkCCSLabel cc) <> comma
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DPprCmmDecl.hs58 pprCmms cmms = pprCode CStyle (vcat (intersperse separator $ map ppr cmms))
87 = vcat $ intersperse blankLine $ map pprTop tops
97 = vcat [ ppr lbl <> lparen <> rparen <+> lbrace <+> text "// " <+> ppr live
118 = vcat [ text "label: " <> ppr lbl
123 vcat [ text "type: " <> text (show (BS.unpack ct))
140 pprStatics (Statics lbl ds) = vcat ((ppr lbl <> colon) : map ppr ds)
/dports/lang/elm/compiler-0.19.1/terminal/impl/Terminal/
H A DError.hs77 adjust $ P.vcat $ concatMap (\d -> [d,""]) docs
89 P.vcat $ List.intersperse "" docs
170 P.vcat $
211 P.vcat
226 P.vcat (map toExample names)
323 , P.indent 4 $ P.green $ P.vcat $ map P.text examples
335 , P.indent 4 $ P.green $ P.vcat $ map P.text examples
347 , P.indent 4 $ P.red $ P.vcat $ map P.text extras
383 , P.indent 4 $ P.vcat $ map toGreen $
400 , P.indent 4 $ P.vcat $ map toGreen $
[all …]
/dports/lang/elm/compiler-0.19.1/builder/src/Reporting/
H A DExit.hs102 [ D.indent 4 $ D.vcat $
113 [ D.indent 4 $ D.vcat $
416 ( D.vcat
538 [ D.vcat
660 , D.vcat
1633 [ D.vcat
1645 [ D.vcat
1686 , D.vcat
1713 , D.vcat
1738 , D.vcat
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/JATS/
H A DTable.hs21 import Text.DocLayout (Doc, empty, vcat, ($$))
42 inTagsIndented "caption" . vcat <$>
63 return $ inTags True "table" attribs $ vcat
67 , vcat bodies
154 rowListToJats opts = fmap vcat . mapM (tableRowToJats opts)
170 else inTags True "colgroup" [] $ vcat $ map (col . snd) colspecs
187 [ vcat headcells
188 , vcat bodycells
233 blocks -> vcat <$> mapM (blockToJats opts) blocks
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/happy-1.19.12/src/
H A DPrettyGrammar.hs13 ppAbsSyn (AbsSyn _ ds rs _) = vsep (vcat (map ppDirective ds) : map ppRule rs)
27 $$ vcat (zipWith (<+>) starts (map ppProd prods))
84 vcat :: [Doc] -> Doc
85 vcat = foldr ($$) empty function
88 vsep = vcat . punctuate (char '\n')
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/happy-1.19.12/src/
H A DPrettyGrammar.hs13 ppAbsSyn (AbsSyn _ ds rs _) = vsep (vcat (map ppDirective ds) : map ppRule rs)
27 $$ vcat (zipWith (<+>) starts (map ppProd prods))
84 vcat :: [Doc] -> Doc
85 vcat = foldr ($$) empty function
88 vsep = vcat . punctuate (char '\n')
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/happy-1.19.12/src/
H A DPrettyGrammar.hs13 ppAbsSyn (AbsSyn _ ds rs _) = vsep (vcat (map ppDirective ds) : map ppRule rs)
27 $$ vcat (zipWith (<+>) starts (map ppProd prods))
84 vcat :: [Doc] -> Doc
85 vcat = foldr ($$) empty function
88 vsep = vcat . punctuate (char '\n')
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/happy-1.19.12/src/
H A DPrettyGrammar.hs13 ppAbsSyn (AbsSyn _ ds rs _) = vsep (vcat (map ppDirective ds) : map ppRule rs)
27 $$ vcat (zipWith (<+>) starts (map ppProd prods))
84 vcat :: [Doc] -> Doc
85 vcat = foldr ($$) empty function
88 vsep = vcat . punctuate (char '\n')
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/happy-1.19.12/src/
H A DPrettyGrammar.hs13 ppAbsSyn (AbsSyn _ ds rs _) = vsep (vcat (map ppDirective ds) : map ppRule rs)
27 $$ vcat (zipWith (<+>) starts (map ppProd prods))
84 vcat :: [Doc] -> Doc
85 vcat = foldr ($$) empty function
88 vsep = vcat . punctuate (char '\n')
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/happy-1.19.12/src/
H A DPrettyGrammar.hs13 ppAbsSyn (AbsSyn _ ds rs _) = vsep (vcat (map ppDirective ds) : map ppRule rs)
27 $$ vcat (zipWith (<+>) starts (map ppProd prods))
84 vcat :: [Doc] -> Doc
85 vcat = foldr ($$) empty function
88 vsep = vcat . punctuate (char '\n')

12345678910>>...39