Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Aug 13, 2024
1 parent 309d15f commit 00a2638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Juvix/Compiler/Store/Scoped/Data/InfoTable.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data InfoTable = InfoTable
_infoInductives :: HashMap NameId (InductiveDef 'Scoped),
_infoConstructors :: HashMap NameId (ConstructorDef 'Scoped),
_infoAxioms :: HashMap NameId (AxiomDef 'Scoped),
-- | Contains the builtins defined in itself *and* its local modules
_infoBuiltins :: BuiltinsTable,
_infoScoperAlias :: HashMap S.NameId PreSymbolEntry
}
Expand Down

0 comments on commit 00a2638

Please sign in to comment.