aboutsummaryrefslogtreecommitdiffstats
path: root/src/array/FArray.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/array/FArray.v')
-rw-r--r--src/array/FArray.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/array/FArray.v b/src/array/FArray.v
index 69e56f9..dfff5e8 100644
--- a/src/array/FArray.v
+++ b/src/array/FArray.v
@@ -1861,6 +1861,14 @@ Notation "a '[' i '<-' v ']'" := (store a i v)
(at level 1, format "a [ i <- v ]") : farray_scope.
+(* Register constants for OCaml access *)
+Register FArray.farray as SMTCoq.array.FArray.farray.
+Register select as SMTCoq.array.FArray.select.
+Register store as SMTCoq.array.FArray.store.
+Register diff as SMTCoq.array.FArray.diff.
+Register FArray.equal as SMTCoq.array.FArray.equal.
+
+
(*
Local Variables: