Created
April 18, 2011 14:42
-
-
Save tomprince/925476 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Section test. | |
| Context (T U: Type) . | |
| Record rec := { x :> Type}. | |
| Canonical Structure t := Build_rec T. | |
| Canonical Structure u := Build_rec U. | |
| Context {f : forall {r:rec}, (x r) -> unit}. | |
| Check (f T). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment