File tree 2 files changed +1
-2
lines changed
src/main/scala/com/github/tgeng/archon/core/ir
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ def inferType
454
454
case Effects (literals, operands) if operands.isEmpty && literals.size == 1 =>
455
455
literals.head
456
456
case _ =>
457
- // TODO[p0 ]: consider adding an effect context to aid operation resolution during type checking
457
+ // TODO[p2 ]: consider adding an effect context to aid operation resolution during type checking
458
458
throw IllegalStateException (
459
459
" operation should have been type checked and verified to be simple before reduction" ,
460
460
)
Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ class TypingContext
174
174
private var solvedVersion : Int = 0
175
175
given TypingContext = this
176
176
177
- // TODO[P0]: check usage of this method. Normally the following `resolve` should be used instead.
178
177
def resolveMeta (m : Meta ): MetaVariable = metaVars(m.index)
179
178
180
179
def withMetaResolved [R ]
You can’t perform that action at this time.
0 commit comments