Home
last modified time | relevance | path

Searched defs:unifyExp (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/GHC/Util/
H A DUnify.hs142 unifyExp nm root (L _ (OpApp _ lhs1 (L _ (HsVar _ (rdrNameStr -> v))) rhs1)) function
149 unifyExp nm root x@(L _ (HsApp _ x1 x2)) (L _ (HsApp _ y1 y2)) = function
171 unifyExp nm root x (L _ (OpApp _ lhs2 op2@(L _ (HsVar _ op2')) rhs2)) function
182 unifyExp nm root x y = (, Nothing) <$> unifyExp' nm root x y function
199 unifyExp' nm root (L _ (HsVar _ (rdrNameStr -> v))) y | isUnifyVar v, not $ isTypeApp y = Just $ Su… function
200 unifyExp' nm root (L _ (HsVar _ x)) (L _ (HsVar _ y)) | nm x y = Just mempty function
205 unifyExp' nm root x y | not root, isJust x2 || isJust y2 = unifyExp' nm root (fromMaybe x x2) (from… function
227 unifyExp' nm root x y | isOther x, isOther y = unifyDef' nm x y function
237 unifyExp' _ _ _ _ = Nothing function
/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/Util/
H A DUnify.hs146 unifyExp nm root (L _ (OpApp _ lhs1 (L _ (HsVar _ (rdrNameStr -> v))) rhs1)) function
153 unifyExp nm root x@(L _ (HsApp _ x1 x2)) (L _ (HsApp _ y1 y2)) = function
175 unifyExp nm root x (L _ (OpApp _ lhs2 op2@(L _ (HsVar _ op2')) rhs2)) function
186 unifyExp nm root x y = (, Nothing) <$> unifyExp' nm root x y function
204 unifyExp' nm root (L _ (HsVar _ (rdrNameStr -> v))) y | isUnifyVar v, not $ isTypeApp y = Just $ Su… function
205 unifyExp' nm root (L _ (HsVar _ x)) (L _ (HsVar _ y)) | nm x y = Just mempty function
210 unifyExp' nm root x y | not root, isJust x2 || isJust y2 = unifyExp' nm root (fromMaybe x x2) (from… function
236 unifyExp' nm root x y | isOther x, isOther y = unifyDef' nm x y function
246 unifyExp' _ _ _ _ = Nothing function
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/
H A DElab.sml160 fun unifyExp exp tau1 tau2 = function
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler.cminusminus/
H A DElab.sml160 fun unifyExp exp tau1 tau2 = function