adding pieces of the translation function from nast to hhbc ast
[hiphop-php.git] / hphp / hack / src / hhbc / Litstr.ml
blobf4bf55d52b4f059cae90e594cfb78a4f8ebc736f
1 (**
2 * Copyright (c) 2017, Facebook, Inc.
3 * All rights reserved.
5 * This source code is licensed under the BSD-style license found in the
6 * LICENSE file in the "hack" directory of this source tree. An additional grant
7 * of patent rights can be found in the PATENTS file in the same directory.
9 *)
11 type id = string
13 let to_string id = id