Home
last modified time | relevance | path

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

/dports/lang/elm/compiler-0.19.1/compiler/src/Type/
H A DType.hs117 = FlexVar (Maybe Name.Name) constructor
276 FlexVar Nothing
306 maybe FlexVar FlexSuper (toSuper name) (Just name)
352 FlexVar maybeName ->
462 FlexVar maybeName ->
465 return (ET.FlexVar name)
469 liftIO $ UF.modify variable (\desc -> desc { _content = FlexVar (Just name) })
470 return (ET.FlexVar name)
534 ET.FlexVar ext ->
655 FlexVar maybeName ->
[all …]
H A DUnify.hs188 FlexVar _ ->
222 FlexVar maybeName ->
254 FlexVar _ ->
303 FlexVar _ ->
452 FlexVar _ ->
516 FlexVar _ ->
H A DError.hs41 | FlexVar Name.Name constructor
95 FlexVar name ->
238 (FlexVar x, FlexVar y) | x == y -> same localizer ctx tipe1
243 (FlexVar _, _ ) -> similar localizer ctx tipe1 tipe2
244 (_ , FlexVar _) -> similar localizer ctx tipe1 tipe2
H A DSolve.hs359 FlexVar _ ->
510 | otherwise = FlexVar (Just name)
615 FlexVar _ ->
622 do UF.set copy $ makeDescriptor $ FlexVar (Just name)
658 FlexVar _ ->
H A DOccurs.hs33 FlexVar _ ->
/dports/lang/elm/compiler-0.19.1/compiler/src/Reporting/Error/
H A DType.hs447 T.FlexVar _ -> []
462 T.FlexVar _ -> []
477 T.FlexVar _ -> []