Skip to content

Commit

Permalink
why is it broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 30, 2024
1 parent 75cd53a commit 30c940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tyck-base/src/main/scala/chester/tyck/Context.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ case class Context(
)
}

def Function(name: Name): Option[TypeDefinition] = {
def getTypeDefinition(name: Name): Option[TypeDefinition] = {
val uniqId = typeDefinitionNames.get(name)
if(uniqId.isEmpty) return None
val r = typeDefinitions.get(uniqId.get)
Expand Down

0 comments on commit 30c940e

Please sign in to comment.