Cleanup
This commit is contained in:
parent
689673ccfa
commit
adec2bb5e0
2
AST2.ml
2
AST2.ml
@ -99,7 +99,7 @@ module O = struct
|
||||
types : type_decl list;
|
||||
storage_decl : typed_var;
|
||||
declarations : decl list;
|
||||
orig : I.t
|
||||
orig : AST.t
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -100,7 +100,7 @@ module O = struct
|
||||
types : type_decl list;
|
||||
storage_decl : typed_var;
|
||||
declarations : decl list;
|
||||
orig: AST.t
|
||||
orig : AST.t
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -100,7 +100,7 @@ module O : sig
|
||||
types : type_decl list;
|
||||
storage_decl : typed_var;
|
||||
declarations : decl list;
|
||||
orig: AST.t
|
||||
orig : AST.t
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user