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.Power.Views

Contents

Description

 
Synopsis

Power views

Simple power views

Views for power expressions with a constant factor

Power views that allow constants

unitPowerView :: View Expr (Expr, (Expr, Expr)) Source #

Careful! This view will match anything, so use it wise and with care.

rootView :: View Expr (Expr, Expr) Source #

A root view

strictRootView :: View Expr (Expr, Expr) Source #

only matches sqrt and root

Log view

Other views

plainNatView :: View Expr Integer Source #

View functions -----------------------------------------------------------