mirror of https://github.com/nmvdw/HITs-Examples
Small fix
This commit is contained in:
parent
8ff9089d3d
commit
b06c59339b
|
@ -66,4 +66,6 @@ Section lor_props.
|
||||||
- simple refine (Trunc_ind _ _).
|
- simple refine (Trunc_ind _ _).
|
||||||
intros [x | x] ; apply x.
|
intros [x | x] ; apply x.
|
||||||
- apply (fun x => tr (inl x)).
|
- apply (fun x => tr (inl x)).
|
||||||
Defined.
|
Defined.
|
||||||
|
|
||||||
|
End lor_props.
|
||||||
|
|
Loading…
Reference in New Issue