Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Defines helper functions for the Stakeholders section.
Synopsis
- stakeholderIntro :: Contents
- tClientF :: Idea a => a -> Sentence -> Section
- tCustomerF :: Idea a => a -> Section
Documentation
stakeholderIntro :: Contents Source #
General stakeholders introduction.
tClientF :: Idea a => a -> Sentence -> Section Source #
Constructor for making a client. Takes in the system name and details regarding the client for the specific program.
tCustomerF :: Idea a => a -> Section Source #
Constructor for making a customer. Takes in the system name.