Skip to content

Commit

Permalink
tighten type
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Mar 27, 2024
1 parent 413e264 commit 20ce57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/bykn/bosatsu/rankn/Infer.scala
Expand Up @@ -184,7 +184,7 @@ object Infer {
) extends TypeError
case class KindExpectedType(
tpe: Type,
kind: Kind,
kind: Kind.Cons,
region: Region
) extends TypeError
case class KindMismatch(
Expand Down

0 comments on commit 20ce57e

Please sign in to comment.