sync the repo
[hiphop-php.git] / hphp / hack / hhi / typenames.hhi
blobe9e6e7a8ccd03d736c36d795c5e0c182a76524c7
1 <?hh
3 namespace HH {
4   newtype FormatString<T> = string;
6   <<__NoAutoDynamic>>
7   newtype FunctionRef<T> as T = T;