Small fix

This commit is contained in:
Niels 2017-07-31 14:54:20 +02:00
parent 8ff9089d3d
commit b06c59339b
1 changed files with 3 additions and 1 deletions

View File

@ -67,3 +67,5 @@ Section lor_props.
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.