1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

This doesn’t have module table state any more either.

This commit is contained in:
Rob Rix 2018-06-21 13:37:23 -04:00
parent 4e57d32e91
commit 84eb2beaa5

View File

@ -59,7 +59,6 @@ newtype SpecEff a = SpecEff
, Reader PackageInfo , Reader PackageInfo
, Fresh , Fresh
, State (Heap Precise Latest Val) , State (Heap Precise Latest Val)
, State (ModuleTable (Maybe (Precise, Environment Precise)))
, IO , IO
] a ] a
} }