| Copyright | (c) Michal Konecny Eike Neumann |
|---|---|
| License | BSD3 |
| Maintainer | mikkonecny@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
AERN2.WithGlobalParam.Branching
Contents
Description
Branching operations for WithGlobalParam objects.
Orphan instances
| (QAArrow to, HasIfThenElse b t, SuitableForWGParam prm b, SuitableForWGParam prm t, SuitableForWGParam prm (IfThenElseType b t)) => HasIfThenElse (WithGlobalParamA to prm b) (WithGlobalParamA to prm t) # | lifted if-then-else |
Associated Types type IfThenElseType (WithGlobalParamA to prm b) (WithGlobalParamA to prm t) :: * # Methods ifThenElse :: WithGlobalParamA to prm b -> WithGlobalParamA to prm t -> WithGlobalParamA to prm t -> IfThenElseType (WithGlobalParamA to prm b) (WithGlobalParamA to prm t) # | |