Home
last modified time | relevance | path

Searched refs:BNil (Results 1 – 6 of 6) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Cmm/Dataflow/
H A DBlock.hs84 BNil :: Block n O O
97 isEmptyBlock BNil = True function
105 emptyBlock = BNil
110 BNil{} -> BMiddle n
119 BNil{} -> BMiddle n
166 go BNil r = r
173 blockFromList = foldr BCons BNil
190 BNil -> y
194 BNil -> x
242 mapBlock _ BNil = BNil
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Cmm/Dataflow/
H A DBlock.hs84 BNil :: Block n O O
97 isEmptyBlock BNil = True function
105 emptyBlock = BNil
110 BNil{} -> BMiddle n
119 BNil{} -> BMiddle n
166 go BNil r = r
173 blockFromList = foldr BCons BNil
190 BNil -> y
194 BNil -> x
242 mapBlock _ BNil = BNil
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/Hoopl/
H A DBlock.hs90 BNil :: Block n O O
103 isEmptyBlock BNil = True function
111 emptyBlock = BNil
116 BNil{} -> BMiddle n
125 BNil{} -> BMiddle n
172 go BNil r = r
179 blockFromList = foldr BCons BNil
196 BNil -> y
200 BNil -> x
248 mapBlock _ BNil = BNil
[all …]
H A DDataflow.hs405 go BNil f = f
424 go BNil !fact = return (BNil, fact)
435 joinBlocksOO BNil b = b function
436 joinBlocksOO b BNil = b
/dports/devel/hs-hlint/hlint-3.3.4/src/Hint/
H A DListRec.hs86 data BList = BNil | BCons String String constructor
168 [(BNil, b1), (BCons x xs, b2)] <- pure $ sortOn fst [(c1, b1), (c2, b2)]
229 | n == nameRdrName nilDataConName = Just $ Right BNil
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Hint/
H A DListRec.hs86 data BList = BNil | BCons String String constructor
168 [(BNil, b1), (BCons x xs, b2)] <- pure $ sortOn fst [(c1, b1), (c2, b2)]
229 | n == nameRdrName nilDataConName = Just $ Right BNil