Home
last modified time | relevance | path

Searched defs:unclassify (Results 1 – 11 of 11) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/PreProcess/
H A DUnlit.hs55 unclassify _ (BirdTrack s) = ' ':s function
56 unclassify _ (Blank s) = s function
57 unclassify _ (Ordinary s) = s function
58 unclassify _ (Line n file) = "# " ++ show n ++ " " ++ show file function
59 unclassify _ (CPP s) = '#':s function
60 unclassify True (Comment "") = " --" function
61 unclassify True (Comment s) = " -- " ++ s function
62 unclassify False (Comment "") = "--" function
63 unclassify False (Comment s) = "-- " ++ s function
64 unclassify _ _ = internalError function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/PreProcess/
H A DUnlit.hs54 unclassify _ (BirdTrack s) = ' ':s function
55 unclassify _ (Blank s) = s function
56 unclassify _ (Ordinary s) = s function
57 unclassify _ (Line n file) = "# " ++ show n ++ " " ++ show file function
58 unclassify _ (CPP s) = '#':s function
59 unclassify True (Comment "") = " --" function
60 unclassify True (Comment s) = " -- " ++ s function
61 unclassify False (Comment "") = "--" function
62 unclassify False (Comment s) = "-- " ++ s function
63 unclassify _ _ = internalError function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/PreProcess/
H A DUnlit.hs54 unclassify _ (BirdTrack s) = ' ':s function
55 unclassify _ (Blank s) = s function
56 unclassify _ (Ordinary s) = s function
57 unclassify _ (Line n file) = "# " ++ show n ++ " " ++ show file function
58 unclassify _ (CPP s) = '#':s function
59 unclassify True (Comment "") = " --" function
60 unclassify True (Comment s) = " -- " ++ s function
61 unclassify False (Comment "") = "--" function
62 unclassify False (Comment s) = "-- " ++ s function
63 unclassify _ _ = internalError function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/PreProcess/
H A DUnlit.hs54 unclassify _ (BirdTrack s) = ' ':s function
55 unclassify _ (Blank s) = s function
56 unclassify _ (Ordinary s) = s function
57 unclassify _ (Line n file) = "# " ++ show n ++ " " ++ show file function
58 unclassify _ (CPP s) = '#':s function
59 unclassify True (Comment "") = " --" function
60 unclassify True (Comment s) = " -- " ++ s function
61 unclassify False (Comment "") = "--" function
62 unclassify False (Comment s) = "-- " ++ s function
63 unclassify _ _ = internalError function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/PreProcess/
H A DUnlit.hs54 unclassify _ (BirdTrack s) = ' ':s function
55 unclassify _ (Blank s) = s function
56 unclassify _ (Ordinary s) = s function
57 unclassify _ (Line n file) = "# " ++ show n ++ " " ++ show file function
58 unclassify _ (CPP s) = '#':s function
59 unclassify True (Comment "") = " --" function
60 unclassify True (Comment s) = " -- " ++ s function
61 unclassify False (Comment "") = "--" function
62 unclassify False (Comment s) = "-- " ++ s function
63 unclassify _ _ = internalError function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/
H A DUnlit.hs29 unclassify (Program s) = s function
30 unclassify (Pre s) = '#':s function
31 unclassify (Include i f) = '#':' ':show i ++ ' ':f function
32 unclassify Blank = "" function
33 unclassify Comment = "" function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Preprocessor/
H A DUnlit.hs30 unclassify (Program s) = s function
31 unclassify (Pre s) = '#':s function
32 unclassify (Include i f) = '#':' ':show i ++ ' ':f function
33 unclassify Blank = "" function
34 unclassify Comment = "" function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/
H A DUnlit.hs29 unclassify (Program s) = s function
30 unclassify (Pre s) = '#':s function
31 unclassify (Include i f) = '#':' ':show i ++ ' ':f function
32 unclassify Blank = "" function
33 unclassify Comment = "" function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Preprocessor/
H A DUnlit.hs30 unclassify (Program s) = s function
31 unclassify (Pre s) = '#':s function
32 unclassify (Include i f) = '#':' ':show i ++ ' ':f function
33 unclassify Blank = "" function
34 unclassify Comment = "" function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Preprocessor/
H A DUnlit.hs30 unclassify (Program s) = s function
31 unclassify (Pre s) = '#':s function
32 unclassify (Include i f) = '#':' ':show i ++ ' ':f function
33 unclassify Blank = "" function
34 unclassify Comment = "" function
/dports/devel/hs-cpphs/cpphs-1.20.9.1/Language/Preprocessor/
H A DUnlit.hs29 unclassify (Program s) = s function
30 unclassify (Pre s) = '#':s function
31 unclassify (Include i f) = '#':' ':show i ++ ' ':f function
32 unclassify Blank = "" function
33 unclassify Comment = "" function