aboutsummaryrefslogtreecommitdiff
path: root/kernel/abstraction.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/abstraction.mli')
-rw-r--r--kernel/abstraction.mli11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/abstraction.mli b/kernel/abstraction.mli
new file mode 100644
index 0000000000..5d71a13192
--- /dev/null
+++ b/kernel/abstraction.mli
@@ -0,0 +1,11 @@
+
+(* $Id$ *)
+
+open Names
+open Term
+
+type abstraction_body = {
+ abs_kind : path_kind;
+ abs_arity : int array;
+ abs_rhs : constr }
+