Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Oct 11, 2023
1 parent 159429d commit 55c0cfb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,8 @@ checkInductiveDef InductiveDef {..} = do
checkField :: RecordField 'Parsed -> Sem r (RecordField 'Scoped)
checkField RecordField {..} = do
type' <- checkParseExpressionAtoms _fieldType
-- TODO local scope??
-- Since we don't allow dependent types in constructor types, each
-- field is checked with a local scope
withLocalScope $ do
name' <- bindVariableSymbol _fieldName
return
Expand Down

0 comments on commit 55c0cfb

Please sign in to comment.