| 63 | | In actual fact, most of the "functions" defined here are multi subs, |
| 64 | | or are multi methods that are also exported as multi subs. Multi subs |
| 65 | | are all visible in the global namespace (unless declared with a "my |
| 66 | | multi"). The assumption is that with sufficiently specific typing on |
| 67 | | the multis, the user is free to extend a particular name to new types. |
| | 63 | In actual fact, most of the "functions" defined here are multi |
| | 64 | subs, or are multi methods that are also exported as multi subs. |
| | 65 | The Prelude is responsible for importing all the standard multi subs |
| | 66 | into the user's scope. |