Home
last modified time | relevance | path

Searched refs:ltResult (Results 1 – 3 of 3) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/deriving-compat-0.5.10/src/Data/Ord/Deriving/
H A DInternal.hs359 , match wildP (normalB $ ltResult oFun) []
377 (ltResult oFun) $
606 ltResult :: OrdFun -> Q Exp
607 ltResult OrdCompare = ltTagExpr function
608 ltResult OrdLT = trueExpr function
609 ltResult OrdLE = trueExpr function
610 ltResult OrdGE = falseExpr function
611 ltResult OrdGT = falseExpr function
613 ltResult Ord1LiftCompare = ltTagExpr function
614 ltResult Ord2LiftCompare2 = ltTagExpr function
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/utils/
H A Dlimiter_test.go43 ltResult struct { struct
50 results chan ltResult
77 lt.results <- ltResult{n, <-cch}
158 results: make(chan ltResult),
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcGenDeriv.hs313 ltResult :: OrdOp -> LHsExpr GhcPs
315 ltResult OrdCompare = ltTag_Expr function
316 ltResult OrdLT = true_Expr function
317 ltResult OrdLE = true_Expr function
318 ltResult OrdGE = false_Expr function
319 ltResult OrdGT = false_Expr function
420 , mkHsCaseAlt nlWildPat (ltResult op) ]
429 , mkHsCaseAlt nlWildPat (ltResult op) ]
432 (ltResult op)
446 (ltResult op) $ -- Definitely LT
[all …]