Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
concordium
smart-contract-interactions
Commits
e0780ad4
Commit
e0780ad4
authored
May 03, 2019
by
Jakob Botsch Nielsen
Browse files
Add a comment on the simplifier tactic
parent
ff904e6e
Pipeline
#12219
failed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Congress.v
View file @
e0780ad4
...
...
@@ -742,6 +742,10 @@ Local Ltac simpl_exp_invariant exp :=
rewrite
num_outgoing_acts_app
end
.
(
*
This
tactic
performs
various
simplifications
on
the
goal
involving
expressions
establishing
the
invariant
.
For
instance
,
it
tries
to
rewrite
num_cacts_in_state
(
add_tx
tx
env
)
->
num_cacts_in_state
env
using
some
common
tactics
.
*
)
Local
Ltac
simpl_goal_invariant
:=
repeat
match
goal
with
...
...
Write
Preview
Supports
Markdown
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