mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Correct the type of the module table effect.
This commit is contained in:
parent
21717cd079
commit
3948f74810
@ -62,7 +62,7 @@ type GotoEffects
|
||||
, Reader (Environment Precise Value)
|
||||
, State (Environment Precise Value)
|
||||
, State (Heap Precise Value)
|
||||
, State (ModuleTable (Environment Precise Value, Value))
|
||||
, State (ModuleTable (Maybe (Environment Precise Value, Value)))
|
||||
, State (Exports Precise Value)
|
||||
, IO
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user