Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cpdt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
research
cpdt
Commits
37b20348
Commit
37b20348
authored
Jan 17, 2011
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fix
parent
02d6bbe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Match.v
src/Match.v
+1
-1
No files found.
src/Match.v
View file @
37b20348
...
@@ -544,7 +544,7 @@ Goal False.
...
@@ -544,7 +544,7 @@ Goal False.
]]
]]
We
use
the
[
pose
]
tactic
,
which
extends
the
proof
context
with
a
new
variable
that
is
set
equal
to
particular
a
term
.
We
could
also
have
used
[
idtac
n
]
in
place
of
[
pose
n
]
,
which
would
have
printed
the
result
without
changing
the
context
.
We
use
the
[
pose
]
tactic
,
which
extends
the
proof
context
with
a
new
variable
that
is
set
equal
to
a
particular
term
.
We
could
also
have
used
[
idtac
n
]
in
place
of
[
pose
n
]
,
which
would
have
printed
the
result
without
changing
the
context
.
[
n
]
only
has
the
length
calculation
unrolled
one
step
.
What
has
happened
here
is
that
,
by
escaping
into
the
[
constr
]
nonterminal
,
we
referred
to
the
[
length
]
function
of
Gallina
,
rather
than
the
[
length
]
Ltac
function
that
we
are
defining
.
*
)
[
n
]
only
has
the
length
calculation
unrolled
one
step
.
What
has
happened
here
is
that
,
by
escaping
into
the
[
constr
]
nonterminal
,
we
referred
to
the
[
length
]
function
of
Gallina
,
rather
than
the
[
length
]
Ltac
function
that
we
are
defining
.
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment