1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

📝 Interpreter.

This commit is contained in:
Rob Rix 2017-12-21 13:14:15 -05:00
parent 70692db981
commit 19c6c2a135

View File

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