diff options
Diffstat (limited to 'src/Contexts.ml')
-rw-r--r-- | src/Contexts.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Contexts.ml b/src/Contexts.ml index 1f7d28a4..afa68272 100644 --- a/src/Contexts.ml +++ b/src/Contexts.ml @@ -8,8 +8,6 @@ type env_value = Var of VarId.id * typed_value | Abs of abs type env = env_value list -type 'a eval_result = Stuck | Panic | Res of 'a - type interpreter_mode = ConcreteMode | SymbolicMode type config = { mode : interpreter_mode; check_invariants : bool } |