GlobalHint Extern 2 (IsValidator (match ?u with _ => _ end) ?b0) => let b := fresh "b" in
unshelve notypeclasses refine (let b : bool := _ in _);
[destruct u; intros; shelve|];
unify b b0; unfold b; destruct u; clear b
: typeclass_instances.
Axiom Awt : forall t:unit, lookahead_action t.
Lemma foo x0
: exists g:bool, forall x1,
IsValidator match x0 with
| tt => match Awt x1 with
| Shift_act _ => False end end g. Proof.
eexists.
Fail apply _. Abort.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.