Apply Ocamlvalue derive to oxidized aast related types
[hiphop-php.git] / hphp / hack / src / utils / pos_source.mli
blobd8576f9a370ffd364143add7c85d189130676fea
1 (*
2 * Copyright (c) 2019, 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 (* This `.mli` file was generated automatically. It may include extra
11 definitions that should not actually be exposed to the caller. If you notice
12 that this interface file is a poor interface, please take a few minutes to
13 clean it up manually, and then delete this comment once the interface is in
14 shape. *)
16 module Lexbuf_based_pos_source : sig type t = Lexing.lexbuf end
17 type t = Lexing.lexbuf