Leonardo de Moura
77993c967d
chore(tests/lean): restore string tests
2018-04-26 17:36:41 -07:00
Leonardo de Moura
6234c60aae
chore(*): disable test suite
2018-04-10 12:56:55 -07:00
Leonardo de Moura
394e0d5f0a
refactor(library/init): remove has_cmp and is_ordering type classes
...
Now, `cmp` is just a fixed helper function.
In the future, we will be able to use (more efficient) specialized
versions during code generation by defining simp rules.
2017-11-14 08:33:24 -08:00
Leonardo de Moura
e53f8021ec
feat(library/vm/vm_string): add builtin VM implementation for string.cmp
2017-10-23 10:55:26 -07:00
Leonardo de Moura
10184315fb
feat(library/vm/vm_string): add builtin VM implementation for string.has_decidable_eq
2017-10-23 10:55:26 -07:00
Leonardo de Moura
a9e884cc1d
fix(library/vm/vm_string): bug at string.iterator.remove VM builtin implementation
2017-10-23 10:55:26 -07:00
Leonardo de Moura
f8ce142da7
fix(library/vm/vm_string): bug at string.iterator.insert VM builtin implementation
2017-10-23 10:55:26 -07:00
Leonardo de Moura
e30f2f6604
fix(library/vm/vm): bug at update_vm_constructor
2017-10-23 10:55:26 -07:00
Leonardo de Moura
47a8c2baef
fix(library/vm/vm_string): missing VM builtin for string_imp projections
2017-10-23 10:55:26 -07:00
Leonardo de Moura
ffb2464f1f
fix(library/vm/vm_string): missing VM builtin for string.iterator_imp projections
2017-10-23 10:55:26 -07:00