|
| ForSyDe.Process | | Portability | portable | | Stability | experimental | | Maintainer | forsyde-dev@ict.kth.se |
|
|
|
| Description |
| Publicly usable functions to create primitive processes. (Reexports
ForSyDe.Process.SynchProc)
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
Template Haskell constructor for ProcFun, here is an example on how to use it
plus1Fun :: ProcFun (Int -> Int)
plus1Fun = $(newProcFun [d| plus1 :: Int -> Int
plus1 n = n + 1 |])
|
|
|
| Sets a default value for an argument of the process function
|
|
|
| Sets a default value for an argument of the process function
when the argument is a process function itself
|
|
|
| Class used to constrain the arguments (values and ProcFuns) taken by
process constructors
| | Instances | |
|
|
| module ForSyDe.Process.SynchProc |
|
| Produced by Haddock version 2.1.0 |