You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line $""<> markCode (showIdent ident) <>" is not a member of type class "<> markCode (showQualified runProperName className)
693
693
renderSimpleErrorMessage (ExpectedType ty kind) =
694
-
paras [ line $"In a type-annotated expression "<> markCode "x :: t"<>", the type "<> markCode "t"<>" must have kind "<> markCode "*"<>"."
694
+
paras [ line $"In a type-annotated expression "<> markCode "x :: t"<>", the type "<> markCode "t"<>" must have kind "<> markCode (prettyPrintKind kindType)<>"."
695
695
, line "The error arises from the type"
696
696
, markCodeBox $ indent $ typeAsBox ty
697
697
, line "having the kind"
@@ -863,9 +863,6 @@ prettyPrintSingleError (PPEOptions codeColor full level showDocs) e = flip evalS
863
863
, line "Only aliases for data constructors may be used in patterns."
864
864
]
865
865
866
-
renderSimpleErrorMessage DeprecatedRequirePath=
867
-
line "The require-path option is deprecated and will be removed in PureScript 0.9."
0 commit comments