Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
RefinedC
Commits
a150e592
Commit
a150e592
authored
Nov 17, 2021
by
Michael Sammler
Browse files
only cbn in hyps
parent
e4b924f3
Pipeline
#57145
passed with stage
in 23 minutes and 19 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
theories/typing/automation.v
View file @
a150e592
...
...
@@ -308,9 +308,9 @@ Ltac liRSplitBlocksIntro :=
(* TODO: don't use i... tactics here *)
Ltac
split_blocks
Pfull
Ps
:
=
(* cbn in * is important here to simplify the types of local
(* cbn in *
|-
is important here to simplify the types of local
variables, otherwise unification gets confused later *)
cbn
-[
union
]
in
*
;
cbn
-[
union
]
in
*
|-
;
let
rec
pose_Ps
Ps
:
=
lazymatch
Ps
with
|
<[
?bid
:
=
?P
]>
?m
=>
...
...
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