]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/content_expressions.ml
Added all transformations for sequents.
[helm.git] / helm / ocaml / cic_transformations / content_expressions.ml
index b913bf0de63e6ba2d28341b23188975d713b2bf6..8b8d0361acd756e0eee840e1d9432822371e6bb8 100644 (file)
@@ -36,7 +36,7 @@
 (* the type cexpr is inspired by OpenMath. A few primitive constructors
    have been added, in order to take into account some special features
    of functional expressions. Most notably: case, let in, let rec, and 
-   explicit substitutons *)
+   explicit substitutions *)
 
 type cexpr =
     Symbol of string option * string * subst option * string option