filmov
tv
Writing Haskell Programs : Introduction to Modules | packtpub.com

Показать описание
This playlist/video has been uploaded for Marketing purposes and contains only selective videos.
As our programs become larger, we will find that keeping the entire source code in a single source file becomes unwieldy. We may also run into problems with name collisions, and we may want to control the accessibility of the different names within our program.
• First, learn about the purposes of modules in Haskell
• Learn how modules and other things in Haskell are named
• Look at the modules in an example program
For the latest Application development video tutorials, please visit
As our programs become larger, we will find that keeping the entire source code in a single source file becomes unwieldy. We may also run into problems with name collisions, and we may want to control the accessibility of the different names within our program.
• First, learn about the purposes of modules in Haskell
• Learn how modules and other things in Haskell are named
• Look at the modules in an example program
For the latest Application development video tutorials, please visit