Rip out legacy reactivity from the typechecker and HackC
[hiphop-php.git] / hphp / hack / src / oxidized_by_ref / manual / internal_type_set.rs
blob4d57149e8b41f5b1974e106ac972b367f1717e24
1 // Copyright (c) Facebook, Inc. and its affiliates.
2 //
3 // This source code is licensed under the MIT license found in the
4 // LICENSE file in the "hack" directory of this source tree.
6 use crate::typing_defs::InternalType;
8 pub type ITySet<'a> = arena_collections::set::Set<'a, InternalType<'a>>;