A little more docs for tactics
This commit is contained in:
parent
1b4ea69548
commit
548b553e43
|
@ -57,6 +57,8 @@ Returns an empty partial @tech{proof}, i.e., the identity function.
|
||||||
[current-goal natural-number/c]
|
[current-goal natural-number/c]
|
||||||
[proof (or/c syntax? procedure?)]
|
[proof (or/c syntax? procedure?)]
|
||||||
[theorem syntax?])]{
|
[theorem syntax?])]{
|
||||||
|
A structure representing the @deftech{proof state} for the proof of the current theorem.
|
||||||
|
|
||||||
The environment @racket[env] is a map of assumptions local to the theorem from symbols (names) to the
|
The environment @racket[env] is a map of assumptions local to the theorem from symbols (names) to the
|
||||||
type of the assumption as a syntax object.
|
type of the assumption as a syntax object.
|
||||||
The list of goals @racket[goals] is a map from natural numbers to goals, types as syntax objects.
|
The list of goals @racket[goals] is a map from natural numbers to goals, types as syntax objects.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user