stan icon indicating copy to clipboard operation
stan copied to clipboard

Track pattern-matching evidence for variables

Open chshersh opened this issue 4 years ago • 0 comments

Stan can output some false-positive results, when it sees the inspection, but it's not there:

foo = case xs of
    [] -> 0
    _ -> head xs

We can improve analysis by tracking some evidence on pattern-matching of the variables.

chshersh avatar Jun 21 '20 16:06 chshersh