Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
phantm:faq [2010/05/04 15:35] ekneuss |
phantm:faq [2010/12/06 01:35] (current) vkuncak |
||
|---|---|---|---|
| Line 67: | Line 67: | ||
| ''Numeric'' is simply ''Float or Int''. Unlike PHP's ''is_numeric'', It does not | ''Numeric'' is simply ''Float or Int''. Unlike PHP's ''is_numeric'', It does not | ||
| include numeric string literals. | include numeric string literals. | ||
| + | |||
| Line 72: | Line 73: | ||
| ==== I'm getting weird complicated types in my errors, with my unannotated code, why doesn't it say Any? ==== | ==== I'm getting weird complicated types in my errors, with my unannotated code, why doesn't it say Any? ==== | ||
| - | This is because //phantm// refine types used in expressions. For instance, given the code | + | This is because //phantm// refines types used in expressions. For instance, given the code |
| <file> | <file> | ||