1
1
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:
Rob Rix 2018-05-08 16:46:17 -04:00
parent 21717cd079
commit 3948f74810

View File

@ -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
]