Skip to content

Conversation

isovector
Copy link
Owner

@isovector isovector commented Oct 11, 2020

This PR implements tactic tracing; eg for foldr it produces this trace:

auto
`- intros {f_b, b, l_a}
   `- destruct(auto)
      `- destruct l_a
         +- match [] {}
         |  `- assume b
         `- match : {a, l_a4}
            `- apply' f_b
               +- assume a
               `- recursion
                  `- apply' myfoldr
                     +- assume f_b
                     +- assume b
                     `- assume l_a4

Fixes #25

@isovector isovector requested a review from TOTBWF October 11, 2020 07:38
@isovector isovector merged commit 621a04d into recursion Oct 13, 2020
@isovector isovector deleted the tracing branch July 19, 2021 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant