aboutsummaryrefslogtreecommitdiff
path: root/lib/expression/type_of.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/expression/type_of.mli')
-rw-r--r--lib/expression/type_of.mli10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/expression/type_of.mli b/lib/expression/type_of.mli
new file mode 100644
index 0000000..7a11582
--- /dev/null
+++ b/lib/expression/type_of.mli
@@ -0,0 +1,10 @@
+(** This module tries to identify the type of an expression.
+
+The references to data comming from the spreaedsheet cannot be evaluated and
+marked as [Extern]. *)
+
+type t = ImportDataTypes.Types.t
+
+include Sym.SYM_CHUNK with type 'a obs = t and type 'a path_repr = 'a -> unit
+
+val group' : t list -> t