1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 08:27:03 +03:00

[scoper] Update emptyInfoTable with missing field

This commit is contained in:
Paul Cadman 2022-03-29 13:50:32 +01:00
parent c2f6d1529c
commit 53f66b09f2

View File

@ -35,7 +35,8 @@ emptyInfoTable = InfoTable {
_infoConstructors = mempty,
_infoAxioms = mempty,
_infoInductives = mempty,
_infoFunctions = mempty
_infoFunctions = mempty,
_infoFunctionClauses = mempty
}
makeLenses ''InfoTable