Home
last modified time | relevance | path

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

/dports/lang/elm/compiler-0.19.1/compiler/src/Type/
H A DType.hs7 , FlatType(..)
82 data FlatType type
121 | Structure FlatType
387 termToCanType :: FlatType -> StateT NameState IO Can.Type
506 termToErrorType :: FlatType -> StateT NameState IO ET.Type
H A DUnify.hs375 unifyFlexSuperStructure :: Context -> SuperType -> FlatType -> Unify ()
513 unifyStructure :: Context -> FlatType -> Content -> Content -> Unify ()
H A DSolve.hs708 traverseFlatType :: (Variable -> IO Variable) -> FlatType -> IO FlatType