aboutsummaryrefslogtreecommitdiff
path: root/expression.mli
diff options
context:
space:
mode:
Diffstat (limited to 'expression.mli')
-rwxr-xr-xexpression.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/expression.mli b/expression.mli
index 9888ece..f7f0ece 100755
--- a/expression.mli
+++ b/expression.mli
@@ -15,7 +15,7 @@ val load_expr: t -> t
val is_defined: t -> bool
(** Evaluate the expression *)
-val eval: t -> (ScTypes.refs -> ScTypes.types) -> ScTypes.result
+val eval: t -> (ScTypes.refs -> ScTypes.types ScTypes.Refs.range) -> ScTypes.result
(** Collect all the cell referenced in the expression *)
val collect_sources: t -> Cell.Set.t