Changes between Version 7 and Version 8 of Architecture
- Timestamp:
- 04/22/10 04:10:01 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Architecture
v7 v8 53 53 === Module `Control.Concurrent.SCC.Combinators` === 54 54 === Module `Control.Concurrent.SCC.Primitives` === 55 === Module `Control.Concurrent.SCC.XML` === 55 56 56 What can one do with a number of sources and sinks? The next layer tries to organize the answers. First, i t defines the types of various actors on sources and sinks:57 What can one do with a number of sources and sinks? The next layer tries to organize the answers. First, in module `Types` it defines the types of various actors on sources and sinks: 57 58 58 59 {{{ … … 71 72 }}} 72 73 74 The `Primitives` module exports a number of functions that create ''primitive'' consumer, producer, transducer, and splitter components. They are primitive in the sense of not depending on any other components. 75 76 The `Combinators` module exports functions that combine primitive (or any other) components into more complex components. 77 78 Module `XML` groups together the primitive components and their combinators useful for parsing, manipulating, and writing XML. 79 73 80 == Dynamic component configuration == 74 81 === Module `Control.Concurrent.SCC.Components` === … … 83 90 84 91 == The highest layer: Command-line shell language == 92 === Module `Shell` === 85 93 94 This layer exposes the entire framework functionality in a command-line shell interface.
