MetaCredo. Analysis. Purity. Result
(MetaCredo v0.4.0)
View Source
Result structure for purity analysis.
Summary
Types
@type confidence() :: :high | :medium | :low
@type effect() ::
:io
| :mutation
| :random
| :time
| :network
| :database
| :exception
| :unknown
@type location() :: {:line, non_neg_integer(), effect()}