Skip to content
Snippets Groups Projects
Verified Commit a4d6d913 authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

Fix some typos in docs

parent 6dba682d
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ Arguments IntoPersistent {_} _ _%I _%I : simpl never. ...@@ -91,7 +91,7 @@ Arguments IntoPersistent {_} _ _%I _%I : simpl never.
Arguments into_persistent {_} _ _%I _%I {_}. Arguments into_persistent {_} _ _%I _%I {_}.
Hint Mode IntoPersistent + + ! - : typeclass_instances. Hint Mode IntoPersistent + + ! - : typeclass_instances.
(** The [FromModal M P Q] class is used by the [iModIntro] tactic to transform (** The [FromModal M sel P Q] class is used by the [iModIntro] tactic to transform
a goal [P] into a modality [M] and proposition [Q]. a goal [P] into a modality [M] and proposition [Q].
The inputs are [P] and [sel] and the outputs are [M] and [Q]. The inputs are [P] and [sel] and the outputs are [M] and [Q].
......
...@@ -818,8 +818,8 @@ Class TransformIntuitionisticEnv {PROP1 PROP2} (M : modality PROP1 PROP2) ...@@ -818,8 +818,8 @@ Class TransformIntuitionisticEnv {PROP1 PROP2} (M : modality PROP1 PROP2)
transform_intuitionistic_env_dom i : Γin !! i = None Γout !! i = None; transform_intuitionistic_env_dom i : Γin !! i = None Γout !! i = None;
}. }.
(* The class [TransformIntuitionisticEnv M C Γin Γout filtered] is used to transform (* The class [TransformSpatialEnv M C Γin Γout filtered] is used to transform
the intuitionistic environment using a type class [C]. the spatial environment using a type class [C].
Inputs: Inputs:
- [Γin] : the original environment. - [Γin] : the original environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment