minor cleanups to Extraction-prefix.hs to eliminate warnings
[coq-hetmet.git] / src /
2011-05-09 Adam Megaczminor cleanups to Extraction-prefix.hs to eliminate...
2011-05-05 Adam Megaczfurther improvements to flattener
2011-05-03 Adam Megaczseparate HaskProofStratified into PCF.v, HaskProgrammin...
2011-04-30 Adam Megaczreorganize HaskProof files
2011-04-30 Adam Megaczclean up hints for NaturalDeduction, split ProgrammingL...
2011-04-29 Adam Megaczremove many [[admit]]s from HaskProofFlattener.v
2011-04-27 Adam MegaczMerge branch 'master' of git.megacz.com/coq-hetmet
2011-04-27 Adam Megaczprove all [admit]ted lemmas in HaskStrongToProof (not...
2011-04-25 Adam Megaczadd -fno-warn-unused-{binds,patterns} to Coq extraction
2011-04-25 Adam Megaczremove ClosedSIND (use "SIND []" instead)
2011-04-24 Adam Megaczremove all admits from ProgrammingLanguage.v
2011-04-24 Adam MegaczNaturalDeduction: add nd_swap, nd_prod_split, and some...
2011-04-18 Adam Megaczspeed up builds by removing some dependencies from...
2011-04-16 Adam Megaczfix erroneous conclusion to penultimate lemma
2011-04-11 Adam Megaczunbreak lots more stuff
2011-04-11 Adam Megaczuncomment some code in ProgrammingLanguage.v
2011-04-10 Adam Megaczremove the very last admit (missing proof) from General...
2011-04-10 Adam Megaczfix bug in GeneralizedArrowFromReification
2011-04-10 Adam MegaczAll.v: uncomment things
2011-04-10 Adam Megaczbugfix in ReificationsIsomorphicToGeneralizedArrows
2011-04-10 Adam Megaczadd commented-out definitions for analytic proofs and...
2011-04-10 Adam Megaczfill in lots of missing proofs
2011-04-10 Adam Megaczupdate to new coq-categories, base ND_Relation on inert...
2011-04-09 Adam Megaczremove notations from Preamble that come from coq-categ...
2011-04-04 Adam Megaczupdate to account for coq-categories changes
2011-04-02 Adam Megaczupdate submodule pointer, account for changes upstream
2011-04-02 Adam MegaczExtractionMain: better pdflatex code output
2011-04-02 Adam Megaczre-arrange ProgrammingLanguage
2011-04-02 Adam Megaczsplit HaskProofCategory into two files
2011-04-01 Adam Megaczremove unproven step1_lemma (it has a proof now)
2011-03-29 Adam Megaczformatting fixes
2011-03-29 Adam Megaczremove stale import from ExtractionMain
2011-03-29 Adam Megaczlots of cleanup
2011-03-29 Adam Megaczreorganize flattening code
2011-03-29 Adam MegaczHaskProofCategory: more work
2011-03-29 Adam Megaczswap the order of the hypotheses of RLet
2011-03-29 Adam MegaczNaturalDeduction: remove unnecessary scnd_leaf, add...
2011-03-28 Adam Megaczreplace UJudg with Arrange
2011-03-28 Adam Megaczcheckpoint
2011-03-28 Adam Megaczcheckpoint
2011-03-28 Adam Megaczfix typo
2011-03-28 Adam MegaczProgrammingLanguage: more implementation
2011-03-28 Adam MegaczHaskProofCategory: implement more
2011-03-28 Adam Megaczremove old code from WeakFunctorCategory
2011-03-28 Adam MegaczReificationsIsomorphicToGeneralizedArrows: use EqDep
2011-03-28 Adam MegaczNaturalDeduction: allow multi-rule implementations...
2011-03-28 Adam MegaczMerge branch 'master' of git.megacz.com/coq-hetmet
2011-03-28 Adam Megaczorganize Extraction-prefix.hs a bit
2011-03-28 Adam Megaczfallback plan: turn all CoreSyn coercions into unsafeCoerce
2011-03-27 Adam Megaczchange name of string-extraction placeholder
2011-03-27 Adam Megaczremove PreCategory
2011-03-27 Adam Megaczupdate submodule pointer
2011-03-27 Adam Megaczalmost finished with main theorem
2011-03-27 Adam Megaczcheckpoint
2011-03-27 Adam Megaczget rid of vec_{fst,snd} axioms
2011-03-27 Adam Megaczimprove error message
2011-03-27 Adam Megaczupdate submodule pointer
2011-03-27 Adam Megaczremove unnecessary comments
2011-03-27 Adam Megaczuse WeakFunctorCategory to prove GArrow/Reification...
2011-03-26 Adam Megacztemporarily comment out
2011-03-26 Adam Megaczmore bugfixes
2011-03-26 Adam Megaczfix {Reification,GeneralizedArrow}Category
2011-03-26 Adam Megaczimprovements to ProgrammingLanguage
2011-03-26 Adam MegaczProgrammingLanguage.v: add definitions for TypesL_...
2011-03-26 Adam Megaczfinish definitions for SequentCalculus, CutRule, Sequen...
2011-03-26 Adam Megacznote that REmptyGroup and RLit are flat
2011-03-26 Adam Megaczupdate submodule pointer
2011-03-26 Adam Megaczupdate submodule pointer
2011-03-26 Adam Megaczre-arrange NaturalDeduction
2011-03-26 Adam Megaczchange fst_zip/snd_zip to axioms
2011-03-26 Adam Megaczfix proof that Judgments(L) is Cartesian
2011-03-25 Adam Megaczadd Concatenable, LatexMath, and fix HaskProofToLatex
2011-03-25 Adam Megaczadd ToLatex instance for TyCon/TyFun
2011-03-25 Adam Megaczupdate categories submodule pointer
2011-03-25 Adam Megaczsplit Extraction.v so most can be compiled with -dont...
2011-03-25 Adam MegaczHaskProofToLatex improvements
2011-03-25 Adam MegaczHaskProofCategory: add commented-out-code
2011-03-25 Adam Megaczuse apply tactic in ReificationFromGeneralizedArrow...
2011-03-25 Adam MegaczProgrammingLanguage: significant cleanups
2011-03-25 Adam Megaczadd LetRec case to Rule_Flat
2011-03-25 Adam MegaczNaturalDeductionCategory: cleanup, add SequentCalculus...
2011-03-25 Adam Megaczadd ToLatex instance parameter to HaskStrong
2011-03-25 Adam Megaczremove unnecessary instance from HaskStrongTypes
2011-03-25 Adam Megaczchange import order in HaskWeakVars
2011-03-25 Adam Megaczchange import order in HaskCoreToWeak
2011-03-25 Adam Megaczadd n-ary form of nd_weak
2011-03-25 Adam Megaczadd ndr_void_proofs_irrelevant
2011-03-25 Adam Megaczmove ModalBoxTyCon, ArrowTyCon to HaskLiteralsAndTyCons
2011-03-25 Adam Megaczadd kindToLatex in HaskKinds
2011-03-25 Adam Megaczadd ToLatex class, move machinery to General.v
2011-03-25 Adam Megaczadd machinery to create merged Coq script GArrow.v
2011-03-22 Adam Megaczupdate categories submodule pointer
2011-03-22 Adam Megaczproofs that Types/Judgments form an enrichment
2011-03-21 Adam Megaczadd distinctT, InT to General
2011-03-21 Adam Megaczadd HaskXXXXCategory, generalized arrows, and reifications
2011-03-21 Adam Megaczadd coq-categories as a submodule
2011-03-21 Adam Megaczmake StrongAlt a parameter rather than field in StrongC...
2011-03-20 Adam Megaczremove vec2list_injective
2011-03-20 Adam Megaczget rid of a bunch of admits in HaskStrongToProof
2011-03-20 Adam Megaczrequire all branches of LetRec be at the same level...
next