Home
last modified time | relevance | path

Searched refs:dictTypeName (Results 1 – 4 of 4) sorted by relevance

/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Sugar/
H A DTypeClasses.hs220 …let dictTy = foldl srcTypeApp (srcTypeConstructor (fmap (coerceProperName . dictTypeName) classNam…
276 … unit (foldl srcTypeApp (srcTypeConstructor (fmap (coerceProperName . dictTypeName) superclass)) t…
282 ctor = DataConstructorDeclaration sa (coerceProperName $ dictTypeName name)
284 in DataDeclaration sa Newtype (coerceProperName $ dictTypeName name) args [ctor]
348 …dictTy = foldl srcTypeApp (srcTypeConstructor (fmap (coerceProperName . dictTypeName) className)) …
350 dict = App (Constructor ss (fmap (coerceProperName . dictTypeName) className)) props
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/purescript-cst-0.4.0.0/src/Language/PureScript/
H A DEnvironment.hs344 in (dictTypeName <$> name, (k, TypeSynonym))
585 dictTypeName :: ProperName a -> ProperName a
586 dictTypeName = ProperName . dictTypeName' . runProperName function
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/
H A DExterns.hs249 | let dictName = dictTypeName . coerceProperName $ className
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/TypeChecker/
H A DEntailment.hs389 …return $ App (Constructor nullSourceSpan (coerceProperName . dictTypeName <$> C.IsSymbol)) (Litera…