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:
parent
c2f6d1529c
commit
53f66b09f2
@ -35,7 +35,8 @@ emptyInfoTable = InfoTable {
|
||||
_infoConstructors = mempty,
|
||||
_infoAxioms = mempty,
|
||||
_infoInductives = mempty,
|
||||
_infoFunctions = mempty
|
||||
_infoFunctions = mempty,
|
||||
_infoFunctionClauses = mempty
|
||||
}
|
||||
|
||||
makeLenses ''InfoTable
|
||||
|
Loading…
Reference in New Issue
Block a user