Home
last modified time | relevance | path

Searched refs:intWithCommas (Results 1 – 9 of 9) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/
H A DCoreStats.hs33 = braces (sep [text "terms:" <+> intWithCommas i1 <> comma,
34 text "types:" <+> intWithCommas i2 <> comma,
35 text "coercions:" <+> intWithCommas i3 <> comma,
36 text "joins:" <+> intWithCommas i5 <> char '/' <>
37 intWithCommas (i4 + i5) ])
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreStats.hs33 = braces (sep [text "terms:" <+> intWithCommas i1 <> comma,
34 text "types:" <+> intWithCommas i2 <> comma,
35 text "coercions:" <+> intWithCommas i3 <> comma,
36 text "joins:" <+> intWithCommas i5 <> char '/' <>
37 intWithCommas (i4 + i5) ])
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DStats.hs33 = braces (sep [text "terms:" <+> intWithCommas i1 <> comma,
34 text "types:" <+> intWithCommas i2 <> comma,
35 text "coercions:" <+> intWithCommas i3 <> comma,
36 text "joins:" <+> intWithCommas i5 <> char '/' <>
37 intWithCommas (i4 + i5) ])
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DStats.hs34 = braces (sep [text "terms:" <+> intWithCommas i1 <> comma,
35 text "types:" <+> intWithCommas i2 <> comma,
36 text "coercions:" <+> intWithCommas i3 <> comma,
37 text "joins:" <+> intWithCommas i5 <> char '/' <>
38 intWithCommas (i4 + i5) ])
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/ngs_roi/tool_shed/
H A Droi_table.py92 def intWithCommas(x): function
96 return '-' + intWithCommas(-x)
122 return {'fmtPos': intWithCommas, 'imgId': imgId, 'imgX': imgX, 'imgY': imgY}
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/utils/
H A DOutputable.hs25 int, intWithCommas, integer, word, float, double, rational, doublePrec,
1077 intWithCommas :: Integral a => a -> SDoc
1079 intWithCommas n function
1080 | n < 0 = char '-' <> intWithCommas (-n)
1082 | otherwise = intWithCommas q <> comma <> zeroes <> int (fromIntegral r)
/dports/lang/ghc/ghc-8.10.7/compiler/utils/
H A DOutputable.hs25 int, intWithCommas, integer, word, float, double, rational, doublePrec,
1077 intWithCommas :: Integral a => a -> SDoc
1079 intWithCommas n function
1080 | n < 0 = char '-' <> intWithCommas (-n)
1082 | otherwise = intWithCommas q <> comma <> zeroes <> int (fromIntegral r)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Utils/
H A DOutputable.hs27 int, intWithCommas, integer, word, float, double, rational, doublePrec,
1119 intWithCommas :: Integral a => a -> SDoc
1121 intWithCommas n function
1122 | n < 0 = char '-' <> intWithCommas (-n)
1124 | otherwise = intWithCommas q <> comma <> zeroes <> int (fromIntegral r)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/
H A DOutputable.hs33 int, intWithCommas, integer, word, float, double, rational, doublePrec,
1298 intWithCommas :: Integral a => a -> SDoc
1300 intWithCommas n function
1301 | n < 0 = char '-' <> intWithCommas (-n)
1303 | otherwise = intWithCommas q <> comma <> zeroes <> int (fromIntegral r)