Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilKleistGao committed Dec 1, 2024
1 parent a683de6 commit af42e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hkmc2/shared/src/main/scala/hkmc2/codegen/Lowering.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import Subst.subst


class Lowering(using TL, Raise, Elaborator.State):

def returnedTerm(t: st)(using Subst): Block = term(t)(Ret)

def term(t: st)(k: Result => Block)(using Subst): Block =
Expand Down

0 comments on commit af42e40

Please sign in to comment.