Merge branch 'coq-extraction-baked-in' of /afs/megacz.com/.pub/software/coq-hetmet
[coq-hetmet.git] / src / HaskProofToStrong.v
2011-05-31 Adam Megaczremove RLet and RWhere
2011-05-31 Adam Megaczlet RCut take a left environment as well
2011-05-30 Adam Megaczremove RJoin rule
2011-05-29 Adam Megaczadd RCut, RLeft, RRight rules
2011-05-28 Adam Megaczrename constructors of Arrange to start with A instead...
2011-05-28 Adam Megaczmove Arrange into NaturalDeductionContext
2011-05-28 Adam Megaczmigrate HaskStrong away from using LeveledHaskType
2011-05-27 Adam MegaczHaskProof: make the succedent level part of the judgment
2011-05-27 Adam Megaczrename variables to avoid Coq pickiness during extraction
2011-05-26 Adam Megaczadd new Where rule, eliminate unnecessary ga_swaps...
2011-05-15 Adam Megaczadd an identity production for Arrange
2011-05-12 Adam Megaczswap order of hypotheses in RApp to match RLet
2011-05-09 Adam Megaczallow rank-1 polymorphic types for globals
2011-04-27 Adam Megaczprove all [admit]ted lemmas in HaskStrongToProof (not...
2011-04-25 Adam Megaczremove ClosedSIND (use "SIND []" instead)
2011-04-10 Adam Megaczupdate to new coq-categories, base ND_Relation on inert...
2011-03-29 Adam Megaczformatting fixes
2011-03-29 Adam Megaczswap the order of the hypotheses of RLet
2011-03-28 Adam Megaczreplace UJudg with Arrange
2011-03-25 Adam Megaczadd Concatenable, LatexMath, and fix HaskProofToLatex
2011-03-21 Adam Megaczmake StrongAlt a parameter rather than field in StrongC...
2011-03-20 Adam Megaczrequire all branches of LetRec be at the same level...
2011-03-19 Adam Megaczcheckpoint
2011-03-19 Adam Megaczimprove HaskProofToStrong, although its messier now
2011-03-16 Adam Megaczrestrict RNote to one hypothesis, major additions to...
2011-03-12 Adam MegaczMake the HaskStrong type representation Kind-indexed...
2011-03-07 Adam Megaczadd HaskProofToStrong skeleton implementation