This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| { | |
| "homepage": "http://www.7-zip.org/", | |
| "license": "http://www.7-zip.org/license.txt", | |
| "version": "16.04", | |
| "architecture": { | |
| "64bit": { | |
| "url": "http://7-zip.org/a/7z1604-x64.exe", | |
| "hash": "9BB4DC4FAB2A2A45C15723C259DC2F7313C89A5AC55AB7C3F76BBA26EDC8BCAA" | |
| }, | |
| "32bit": { |
| data Ty : Set | |
| data Tm : Ty → Set | |
| postulate Var : Ty → Set | |
| data Ty where | |
| pi sg : (A : Ty)(B : Var A → Ty) → Ty | |
| data Subst {A} : (Var A → Ty) → Tm A → Ty → Set where | |
| -- need to fill this in |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer