Home
last modified time | relevance | path

Searched refs:unclassify (Results 1 – 16 of 16) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/PreProcess/
H A DUnlit.hs54 unclassify :: Bool -> Classified -> String
55 unclassify _ (BirdTrack s) = ' ':s function
56 unclassify _ (Blank s) = s function
57 unclassify _ (Ordinary s) = s 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
[all …]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/PreProcess/
H A DUnlit.hs53 unclassify :: Bool -> Classified -> String
54 unclassify _ (BirdTrack s) = ' ':s function
55 unclassify _ (Blank s) = s function
56 unclassify _ (Ordinary s) = s 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
[all …]
/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.hs53 unclassify :: Bool -> Classified -> String
54 unclassify _ (BirdTrack s) = ' ':s function
55 unclassify _ (Blank s) = s function
56 unclassify _ (Ordinary s) = s 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
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/PreProcess/
H A DUnlit.hs53 unclassify :: Bool -> Classified -> String
54 unclassify _ (BirdTrack s) = ' ':s function
55 unclassify _ (Blank s) = s function
56 unclassify _ (Ordinary s) = s 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
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/PreProcess/
H A DUnlit.hs53 unclassify :: Bool -> Classified -> String
54 unclassify _ (BirdTrack s) = ' ':s function
55 unclassify _ (Blank s) = s function
56 unclassify _ (Ordinary s) = s 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
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/
H A DUnlit.hs28 unclassify :: Classified -> String
29 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
39 . map unclassify
/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.hs29 unclassify :: Classified -> String
30 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
40 . map unclassify
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/
H A DUnlit.hs28 unclassify :: Classified -> String
29 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
39 . map unclassify
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Preprocessor/
H A DUnlit.hs29 unclassify :: Classified -> String
30 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
40 . map unclassify
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Preprocessor/
H A DUnlit.hs29 unclassify :: Classified -> String
30 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
40 . map unclassify
/dports/devel/hs-cpphs/cpphs-1.20.9.1/Language/Preprocessor/
H A DUnlit.hs28 unclassify :: Classified -> String
29 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
39 . map unclassify
/dports/security/md5deep/hashdeep-cd2ed74/tests/testfiles/dir_a/
H A Dweb2212611 unclassify
/dports/security/md5deep/hashdeep-cd2ed74/tests/testfiles/dir_c/
H A Dwords1214108 unclassify
526199 unclassify
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webspeech/recognition/models/dict/
H A Den-US.dic123661 unclassify AH N K L AE S IH F AY
/dports/audio/pocketsphinx/pocketsphinx-0.8/model/lm/en_US/
H A Dcmu07a.dic123650 unclassify AH N K L AE S IH F AY
/dports/audio/py-speechrecognition/speech_recognition-3.8.1/speech_recognition/pocketsphinx-data/en-US/
H A Dpronounciation-dictionary.dict123638 unclassify AH N K L AE S IH F AY