Multiply entities beyond necessity even more (force better build parallelism)
[hiphop-php.git] / hphp / hack / src / parser / parser_return.mli
blobbe112b20b94b6195dc7951519dd5bdb8d0d0a22c
1 (*
2 * Copyright (c) 2015, Facebook, Inc.
3 * All rights reserved.
5 * This source code is licensed under the MIT license found in the
6 * LICENSE file in the "hack" directory of this source tree.
8 *)
10 type t = {
11 file_mode: FileInfo.mode option;
12 (* None if PHP *)
13 is_hh_file: bool;
14 comments: (Pos.t * Prim_defs.comment) list;
15 ast: Nast.program;
16 content: string;