Unified symbol-to-docblock server command
[hiphop-php.git] / hphp / hack / src / server / serverEagerInit.mli
blob741731085b155b35e4c67cd6c0d9aa6ee42b3210
1 (**
2 * Copyright (c) 2018, 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 open ServerInitTypes
12 val init :
13 ServerEnv.genv ->
14 lazy_level ->
15 ServerEnv.env ->
16 (ServerEnv.env * float)