aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/language/extensions/implicit-arguments.rst
diff options
context:
space:
mode:
authorMartin Bodin2020-07-31 17:06:43 +0100
committerMartin Bodin2020-08-06 10:39:41 +0100
commitddce800dbb4ed77c6839eef814da0b6e4bfe5aa4 (patch)
tree8cd8a78c52cf94b5f4b9685057645e0adf82a296 /doc/sphinx/language/extensions/implicit-arguments.rst
parente0b8b4684eaf76f897ac708ffddbb8e4977ac754 (diff)
Trying to rephrase complex sentences to make them easier to read.
Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com>
Diffstat (limited to 'doc/sphinx/language/extensions/implicit-arguments.rst')
-rw-r--r--doc/sphinx/language/extensions/implicit-arguments.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/language/extensions/implicit-arguments.rst b/doc/sphinx/language/extensions/implicit-arguments.rst
index bbd486e3ba..ca69072cb9 100644
--- a/doc/sphinx/language/extensions/implicit-arguments.rst
+++ b/doc/sphinx/language/extensions/implicit-arguments.rst
@@ -70,7 +70,7 @@ is said *contextual* if it can be inferred only from the knowledge of
the type of the context of the current expression. For instance, the
only argument of::
- nil : forall A:Set, list A`
+ nil : forall A:Set, list A
is contextual. Similarly, both arguments of a term of type::
@@ -539,7 +539,7 @@ with free variables into a closed statement where these variables are
quantified explicitly. Use the :cmd:`Generalizable` command to designate
which variables should be generalized.
-It is activated for a binder by prefixing a \`, and for terms by
+It is activated within a binder by prefixing it with \`, and for terms by
surrounding it with \`{ }, or \`[ ] or \`( ).
Terms surrounded by \`{ } introduce their free variables as maximally