diff options
| author | Pierre-Marie Pédrot | 2017-08-03 20:23:08 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-08-04 12:34:24 +0200 |
| commit | b84b03bb6230fca69cd9191ba0424402a5cd2330 (patch) | |
| tree | 50fde8ada604b972e000c4f0e88dcf8b5f46527c /tests | |
| parent | 9db02b3bfe35c15c9df8615f0e47a2a6407e858b (diff) | |
Introducing notations for destruct and induction arguments.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/example2.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example2.v b/tests/example2.v index 79f230ab57..d89dcfd450 100644 --- a/tests/example2.v +++ b/tests/example2.v @@ -16,7 +16,7 @@ Qed. Goal exists n, n = 0. Proof. -let myvar := Std.NamedHyp @x in split with (?myvar := 0). +let myvar := Std.NamedHyp @x in split with ($myvar := 0). split. Qed. |
