mirror of
https://github.com/github/semantic.git
synced 2024-12-31 10:57:00 +03:00
📝 Configuration’s fields.
This commit is contained in:
parent
55cff81127
commit
6cf473d72f
@ -11,10 +11,10 @@ import GHC.Generics
|
||||
-- | A single point in a program’s execution.
|
||||
data Configuration l t v
|
||||
= Configuration
|
||||
{ configurationTerm :: t
|
||||
, configurationRoots :: Live l v
|
||||
, configurationEnvironment :: Environment l v
|
||||
, configurationStore :: Store l v
|
||||
{ configurationTerm :: t -- ^ The “instruction,” i.e. the current term to evaluate.
|
||||
, configurationRoots :: Live l v -- ^ The set of rooted addresses.
|
||||
, configurationEnvironment :: Environment l v -- ^ The environment binding any free variables in 'configurationTerm'.
|
||||
, configurationStore :: Store l v -- ^ The store of values.
|
||||
}
|
||||
deriving (Generic1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user