Home
last modified time | relevance | path

Searched refs:mkUnion (Results 1 – 11 of 11) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Utils/
H A DPpr.hs554 mkUnion :: Doc -> Doc -> Doc
555 mkUnion Empty _ = Empty function
556 mkUnion p q = p `union_` q function
752 = oneLiner (nilBeside g (reduceDoc rest)) `mkUnion`
819 `mkUnion` nilAboveNest False k (fill g (y:ys))
/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 DPretty.hs554 mkUnion :: Doc -> Doc -> Doc
555 mkUnion Empty _ = Empty function
556 mkUnion p q = p `union_` q function
752 = oneLiner (nilBeside g (reduceDoc rest)) `mkUnion`
819 `mkUnion` nilAboveNest False k (fill g (y:ys))
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/
H A DPpr.hs554 mkUnion :: Doc -> Doc -> Doc
555 mkUnion Empty _ = Empty function
556 mkUnion p q = p `union_` q function
752 = oneLiner (nilBeside g (reduceDoc rest)) `mkUnion`
819 `mkUnion` nilAboveNest False k (fill g (y:ys))
/dports/lang/ghc/ghc-8.10.7/compiler/utils/
H A DPretty.hs554 mkUnion :: Doc -> Doc -> Doc
555 mkUnion Empty _ = Empty function
556 mkUnion p q = p `union_` q function
752 = oneLiner (nilBeside g (reduceDoc rest)) `mkUnion`
819 `mkUnion` nilAboveNest False k (fill g (y:ys))
/dports/lang/ghc/ghc-8.10.7/libraries/pretty/src/Text/PrettyPrint/Annotated/
H A DHughesPJ.hs547 mkUnion :: Doc a -> Doc a -> Doc a
548 mkUnion Empty _ = Empty function
549 mkUnion p q = p `union_` q function
761 = oneLiner (nilBeside g (reduceDoc rest)) `mkUnion`
828 `mkUnion` nilAboveNest False k (fill g (y:ys))
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/HsToCore/
H A DPmCheck.hs1075 let pr = mkUnion pr_pos' pr_neg
1097 mkUnion :: PartialResult -> PartialResult -> PartialResult
1098 mkUnion = mappend function
/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.h311 Node mkUnion( TypeNode tn, std::vector< Node >& locs );
H A Dtheory_sep.cpp1169 d_reference_bound_max[tn] = mkUnion( tn, d_type_references_all[tn] ); in getBaseLabel()
1228 Node TheorySep::mkUnion( TypeNode tn, std::vector< Node >& locs ) { in mkUnion() function in CVC4::theory::sep::TheorySep
/dports/lang/ghc/ghc-8.10.7/libraries/pretty/tests/
H A DTest.hs796 `mkUnion`
838 `mkUnion`
/dports/math/z3/z3-z3-4.8.13/src/api/java/
H A DContext.java2234 public final <R extends Sort> ReExpr<R> mkUnion(Expr<ReSort<R>>... t) in mkUnion() method in Context
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/java/
H A DContext.java2194 public <R extends Sort> ReExpr<R> mkUnion(Expr<ReSort<R>>... t) in mkUnion() method in Context