From b64dc640d2af26b1ccf2524c1050c16f57d2be35 Mon Sep 17 00:00:00 2001 From: Lysxia Date: Mon, 18 Mar 2019 08:20:10 -0400 Subject: [Manual] Move command Context after Let, and more polishing - Refine some `@term` into `@type` --- doc/sphinx/addendum/type-classes.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/sphinx/addendum') diff --git a/doc/sphinx/addendum/type-classes.rst b/doc/sphinx/addendum/type-classes.rst index 60b346c211..e6a5b3972c 100644 --- a/doc/sphinx/addendum/type-classes.rst +++ b/doc/sphinx/addendum/type-classes.rst @@ -146,10 +146,10 @@ database. Sections and contexts --------------------- -To ease the parametrization of developments by typeclasses, one can use -the command :cmd:`Context` to introduce variables into section contexts, -it works similarly to the :cmd:`Variable` vernacular, except it accepts any -binding context as argument, so variables can implicit, and +To ease developments parameterized by many instances, one can use the +:cmd:`Context` command to introduce these parameters into section contexts, +it works similarly to the command :cmd:`Variable`, except it accepts any +binding context as an argument, so variables can be implicit, and :ref:`implicit-generalization` can be used. For example: -- cgit v1.2.3