fortran-vars-0.4.0: Fortran memory model and other static analysis tools.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Fortran.Vars.PureExpression

Synopsis

Documentation

isPureExpression :: Expression a -> Bool Source #

Given an Expression, determine whether it is a pure expression. A pure expression does not have side effect. return true if the expression is guaranteed to be pure, return false if the expression can not be guaranteed to be pure.