mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
align
This commit is contained in:
parent
2e794e92a5
commit
2358187357
@ -121,8 +121,7 @@ deriving instance Member NonDet effects => MonadNonDet (Evaluating term value
|
||||
|
||||
-- | Effects necessary for evaluating (whether concrete or abstract).
|
||||
type EvaluatingEffects term value
|
||||
= '[
|
||||
Resumable Prelude.String value
|
||||
= '[ Resumable Prelude.String value
|
||||
, Fail -- Failure with an error message
|
||||
, State (EnvironmentFor value) -- Environments (both local and global)
|
||||
, State (HeapFor value) -- The heap
|
||||
|
Loading…
Reference in New Issue
Block a user