mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 Interpreter.
This commit is contained in:
parent
70692db981
commit
19c6c2a135
@ -20,6 +20,7 @@ import Data.Functor.Foldable (Base, Recursive(..))
|
||||
import Data.Semigroup
|
||||
import Data.Set
|
||||
|
||||
-- | The effects necessary for concrete interpretation.
|
||||
type Interpreter v
|
||||
= '[ Fail
|
||||
, Reader (Live (LocationFor v) v)
|
||||
|
Loading…
Reference in New Issue
Block a user