diff --git a/src/Expr.ml b/src/Expr.ml index 496ae8424..ac005cfb7 100644 --- a/src/Expr.ml +++ b/src/Expr.ml @@ -6,7 +6,8 @@ open GT (* The type for the expression. Note, in regular OCaml there is no "@type..." - notation, it came from GT. *) + notation, it came from GT. +*) @type expr = (* integer constant *) | Const of int (* variable *) | Var of string