aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/cAst.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cAst.ml')
-rw-r--r--lib/cAst.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cAst.ml b/lib/cAst.ml
index f0a405776..301a6bac8 100644
--- a/lib/cAst.ml
+++ b/lib/cAst.ml
@@ -7,7 +7,7 @@
(************************************************************************)
(** The ast type contains generic metadata for AST nodes. *)
-type 'a ast = {
+type 'a t = {
v : 'a;
loc : Loc.t option;
}