aboutsummaryrefslogtreecommitdiff
path: root/tuto3/src
AgeCommit message (Expand)Author
2018-11-05Port to coqpp.Pierre-Marie Pédrot
2018-10-26PR 8671: Remove store / goal extra argumentMatthieu Sozeau
2018-10-01fix deprecation warningsYves Bertot
2018-10-01adapts to master on Oct. 1st 2018, but warnings remainYves Bertot
2018-05-30Merge branch 'remove_constr_of_global'Yves Bertot
2018-05-30remove warnings and merge printing function for econstr termsYves Bertot
2018-05-30remove uses of Universes.constr_of_globalYves Bertot
2018-05-30this version has no warnings when compilingYves Bertot
2018-05-28Use user printer for terms instead of debug printerMaxime Dénès
2018-05-11This version contains documentation for the code of the packing tacticYves Bertot
2018-05-11Adds a tactic that hides the contents of an hypothesis from viewYves Bertot
2018-05-11Use the more colloquial EConstr.t type instead of EConstr.constrYves Bertot
2018-05-10This version has type inference performing proofs, using both type classesYves Bertot
2018-05-10finished the example where type class resolution is forcedYves Bertot
2018-05-09This version contains an example of using canonical structures soYves Bertot
2018-05-09checkpointYves Bertot
2018-05-09trying to force the resolution of type classes by using a castYves Bertot
2018-05-09an example with type classes, but no class inference triggered yetYves Bertot
2018-05-09repackage with an extra ml file, add a usage of new_type_evarYves Bertot
2018-05-09decompose construction of typed term containing evarsYves Bertot
2018-05-08intermediary stage with an EConstr containing a hand-made evar, fautyYves Bertot