Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Sep 17, 2024
1 parent b8d658f commit 642ad7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ trait FunctionTycker[Self <: TyckerBase[Self] & FunctionTycker[Self] & EffTycker

def checkCallingTelescope(f: FunctionType, telescope: Vector[MaybeTelescope], effects: Option[Effects]) = ???

def synthesizeFunctionCall(call: FunctionCall, effects: Option[Effects]): Judge = {
def synthesizeFunctionCall(call: DesaltFunctionCall, effects: Option[Effects]): Judge = {
val function = this.synthesize(call.function, effects)
function.ty match {
case fty: FunctionType => ???
Expand Down

0 comments on commit 642ad7b

Please sign in to comment.