1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

🔥 state types in FlowInsensitive.

This commit is contained in:
Patrick Thomson 2019-11-08 10:16:20 -05:00
parent edc1894299
commit e041d2440d

View File

@ -27,9 +27,8 @@ newtype FrameId name = FrameId { unFrameId :: name }
deriving (Eq, Ord, Show)
convergeTerm :: forall m c sig a term address proxy
. ( Effect c sig
, c ((,) (Cache term a))
convergeTerm :: forall m sig a term address proxy
. ( Effect sig
, Eq address
, Has Fresh sig m
, Has (State (Heap address a)) sig m