Advise-me-0.1: Assessment services for the Advise-Me project

Maintainerbastiaan.heeren@ou.nl
Stabilityprovisional
Portabilityportable (depends on ghc)
Safe HaskellNone
LanguageHaskell98

Domain.Math.Equation.CoverUpRules

Description

 
Synopsis

Documentation

coverUpTimesWith :: ConfigCoverUp -> Rule (Equation Expr) Source #

Negations are pushed inside

coverUpNumeratorWith :: ConfigCoverUp -> Rule (Equation Expr) Source #

Negations are pushed inside

coverUpDenominatorWith :: ConfigCoverUp -> Rule (Equation Expr) Source #

Negations are pushed inside

commOp :: MonadPlus m => m (a, a) -> m (a, a) Source #

flipOp :: Monad m => m (a, a) -> m (a, a) Source #