Indeterminism analysis: check whether functions are indeterministic, i.e., contain an indirect/implicit call to a committed choice.
Author: Michael Hanus
Version: November 2020
analyseIndeterminism
:: [FuncDecl] -> [((String,String),Bool)]
|
choiceInExpr
:: Expr -> Bool
|
|
|