Enforce Pos_or_decl.t in reasons for decl types
[hiphop-php.git] / hphp / hack / src / typing / typing_continuations.ml
blobc3ee6d49b998955e17bf8b1c610a77de9e6b73a1
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 open Hh_prelude
11 include Typing_cont_key
13 module Map = struct
14 let show _ = "<WrappedMap.Make(Continuations)>"
16 let pp _ _ = Printf.printf "%s\n" "<WrappedMap.Make(Continuations)>"
18 include WrappedMap.Make (Typing_cont_key)
19 end