diff options
| author | Alasdair | 2019-07-16 22:12:42 +0100 |
|---|---|---|
| committer | Alasdair | 2019-07-16 22:12:42 +0100 |
| commit | 92f50f2564834fcbeda250337c3acce571f7d6f0 (patch) | |
| tree | 46056b1bbe8a960413c3f068a8d13ef4aff31f9f /src/initial_check.ml | |
| parent | d40c8a94f4ab62421394c2c46f27cdf1454b9d26 (diff) | |
Fix all remaining tests for this branch
Diffstat (limited to 'src/initial_check.ml')
| -rw-r--r-- | src/initial_check.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/initial_check.ml b/src/initial_check.ml index f41033ca..ec3e1f24 100644 --- a/src/initial_check.ml +++ b/src/initial_check.ml @@ -924,7 +924,6 @@ let undefined_builtin_val_specs = extern_of_string (mk_id "undefined_list") "forall ('a:Type). 'a -> list('a) effect {undef}"; extern_of_string (mk_id "undefined_range") "forall 'n 'm. (atom('n), atom('m)) -> range('n,'m) effect {undef}"; extern_of_string (mk_id "undefined_vector") "forall 'n ('a:Type) ('ord : Order). (atom('n), 'a) -> vector('n, 'ord,'a) effect {undef}"; - (* Only used with lem_mwords *) extern_of_string (mk_id "undefined_bitvector") "forall 'n. atom('n) -> bitvector('n, dec) effect {undef}"; extern_of_string (mk_id "undefined_unit") "unit -> unit effect {undef}"] |
