Adding constant ENT_HTML5 so typechecker can find it
[hiphop-php.git] / hphp / system / php / member_of.ns.php
blobe407876c39e03b81055eaf2c979f768f680667aa
1 <?hh // partial
3 namespace HH {
5 /* Experimental section for Enum Classes. This is bound to evolve with
6 * the HIP process.
7 */
9 /**
10 * Wrapper for enum class
12 newtype MemberOf<-TEnumClass, +TType> as TType = TType;