<slide>
<break lines="4"/>

<blurb class="big-centre">%mixed%</blurb>
<blurb class="centre">%array|bool|callable|int|float|null|object|resource|string%</blurb>

<break lines="4"/>
<list>
<bullet>Distinguishes between:<list>
<bullet>I didn't add the type yet</bullet>
<bullet>It really accepts any value</bullet>
</list></bullet>
<bullet>Acts as a union type</bullet>
<bullet>Follows standard variance rules</bullet>
<bullet>A missing return type declaration is assumed to be: %*mixed|void*%</bullet>
</list>
</slide>
