CurryInfo: verify-non-fail-2.0.0 / Main.getCurrentFuncName

definition:
getCurrentFuncName :: TermDomain a => VerifyStateM a QName
getCurrentFuncName = do
  st <- get
  return $ let (qf,_,_) = vstCurrFunc st in qf
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Gets the name of the current function in the state.
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
getCurrentFuncName
precedence:
no precedence defined
result-values:
_
signature:
Analysis.TermDomain.TermDomain a => Control.Monad.Trans.State.StateT (VerifyState a) Prelude.IO (String, String)
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms