separate typing_env_types and typing_env
[hiphop-php.git] / hphp / hack / src / typing / typing_requirements.mli
blobabf5508cfaffaee043fb574e3163b253e4941523
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 val check_class : Typing_env_types.env -> Decl_provider.class_decl -> unit