Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
condUnsigned :: Cond -> Bool Source
condToSigned :: Cond -> Cond Source
condToUnsigned :: Cond -> Cond Source
maybeFlipCond :: Cond -> Maybe Cond Source
maybeFlipCond c
returns Just c'
if it is possible to flip the
arguments to the conditional c
, and the new condition should be c'
.