Home
last modified time | relevance | path

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

/dports/lang/elm/compiler-0.19.1/compiler/src/Type/
H A DType.hs120 | RigidSuper SuperType Name.Name constructor
312 maybe RigidVar RigidSuper (toSuper name) name
375 RigidSuper _ name ->
485 RigidSuper super name ->
486 return (ET.RigidSuper (superToSuper super) name)
674 RigidSuper super name ->
675 addName 0 name var (RigidSuper super) takenNames
H A DUnify.hs197 RigidSuper super _ ->
237 RigidSuper _ _ ->
271 RigidSuper _ _ ->
297 RigidSuper otherSuper _ ->
461 RigidSuper _ _ ->
525 RigidSuper _ _ ->
H A DError.hs44 | RigidSuper Super Name.Name constructor
104 RigidSuper _ name ->
241 (RigidSuper _ x, RigidSuper _ y) | x == y -> same localizer ctx tipe1
352 (RigidSuper s x, other) -> Bag.one $ BadRigidSuper s x other
355 (other, RigidSuper s x) -> Bag.one $ BadRigidSuper s x other
H A DOccurs.hs42 RigidSuper _ _ ->
H A DSolve.hs368 RigidSuper _ _ ->
625 RigidSuper super name ->
667 RigidSuper _ _ ->
/dports/lang/elm/compiler-0.19.1/compiler/src/Reporting/Error/
H A DType.hs450 T.RigidSuper s _ -> badRigidSuper s (toASuperThing super)
465 T.RigidSuper _ y -> badDoubleRigid x y
480 T.RigidSuper _ y -> badDoubleRigid x y