diff options
| author | Christopher Pulte | 2016-10-06 17:23:28 +0100 |
|---|---|---|
| committer | Christopher Pulte | 2016-10-06 17:23:28 +0100 |
| commit | 99fdb2e003b7433dc06372d2ffebd6d5111ce46d (patch) | |
| tree | f48c22ae3529fccd854877fa1b5490fea70d3ecb /mips | |
| parent | 1d105202240057e8a1c5c835a2655cf8112167fe (diff) | |
move type definitions that both interpreter and shallow embedding use to sail_impl_base, add sail_impl_base.outcome, add interp_inter_imp auxiliary functions, make prompt use sail_impl_base.outcome
Diffstat (limited to 'mips')
| -rw-r--r-- | mips/mips_extras.lem | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mips/mips_extras.lem b/mips/mips_extras.lem index 0875903f..b4db9291 100644 --- a/mips/mips_extras.lem +++ b/mips/mips_extras.lem @@ -1,6 +1,7 @@ open import Pervasives open import Interp_ast open import Interp_interface +open import Sail_impl_base open import Interp_inter_imp import Set_extra |
