aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/assumptions.ml
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2014-08-12 09:02:51 -0400
committerGravatar Pierre Boutillier <pierre.boutillier@pps.univ-paris-diderot.fr>2014-08-25 15:22:40 +0200
commit82312ad28ea14203cbfae9a7f69d2b8ab23c6b9f (patch)
tree4ad022401fdba8fdf94072c5dae77226d44de6f7 /library/assumptions.ml
parentbc6e87572b33eb5d98cbb23522a71fd7d23931b7 (diff)
Grammar: "avoiding to" isn't proper, either
Diffstat (limited to 'library/assumptions.ml')
-rw-r--r--library/assumptions.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/assumptions.ml b/library/assumptions.ml
index 37585caa4..e4638f5e4 100644
--- a/library/assumptions.ml
+++ b/library/assumptions.ml
@@ -187,7 +187,7 @@ let assumptions ?(add_opaque=false) ?(add_transparent=false) st (* t *) =
a "Let" definition, in the former it is an assumption of [t],
in the latter is must be unfolded like a Const.
The other cases are straightforward recursion.
- Calls to the environment are memoized, thus avoiding to explore
+ Calls to the environment are memoized, thus avoiding exploration of
the DAG of the environment as if it was a tree (can cause
exponential behavior and prevent the algorithm from terminating
in reasonable time). [s] is a set of [context_object], representing