This commit is contained in:
Georges Dupéron 2019-03-14 19:23:37 +01:00
parent 689673ccfa
commit adec2bb5e0
3 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ module O = struct
types : type_decl list; types : type_decl list;
storage_decl : typed_var; storage_decl : typed_var;
declarations : decl list; declarations : decl list;
orig : I.t orig : AST.t
} }
end end