mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
Need a Reader for the address set in our effect stack
This commit is contained in:
parent
ae9c9ce2cb
commit
a7bb4aae58
@ -22,7 +22,7 @@ import Data.Term
|
|||||||
import Prelude hiding (fail)
|
import Prelude hiding (fail)
|
||||||
|
|
||||||
|
|
||||||
type Interpreter l v = '[Fresh, Fail, NonDetEff, State (Store l v), Reader (Environment l v)]
|
type Interpreter l v = '[Fresh, Fail, NonDetEff, State (Store l v), Reader (Set.Set (Address l v)), Reader (Environment l v)]
|
||||||
|
|
||||||
type MonadInterpreter l v m = (MonadEnv l v m, MonadStore l v m, MonadFail m)
|
type MonadInterpreter l v m = (MonadEnv l v m, MonadStore l v m, MonadFail m)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user