| |||||||
| |||||||
| Synopsis | |||||||
| |||||||
| Documentation | |||||||
| |||||||
if-then-else as function. Example: if' (even n) "even" $ if' (isPrime n) "prime" $ "boring" | |||||||
| |||||||
| |||||||
| Like the ? operator of the C progamming language. Example: bool ?: (yes, no). | |||||||
| |||||||
Logical operator for implication. Funnily because of the ordering of Bool it holds implies == (<=). | |||||||
| Produced by Haddock version 2.6.0 |