chore: remove outdated comment (#9002)
This commit is contained in:
parent
8da2f7105c
commit
567280cb41
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ inductive LetValue where
|
|||
| proj (typeName : Name) (idx : Nat) (struct : FVarId)
|
||||
| const (declName : Name) (us : List Level) (args : Array Arg)
|
||||
| fvar (fvarId : FVarId) (args : Array Arg)
|
||||
-- TODO: add constructors for mono and impure phases
|
||||
deriving Inhabited, BEq, Hashable
|
||||
|
||||
def Arg.toLetValue (arg : Arg) : LetValue :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue