aboutsummaryrefslogtreecommitdiff
path: root/src/PushButtonSynthesis/BarrettReduction.v
Commit message (Collapse)AuthorAge
* partition -> Partition.partition to prevent confusion with List.partitionGravatar jadep2019-04-03
|
* update import statementsGravatar jadep2019-04-03
|
* remove extraneous module identifiersGravatar jadep2019-04-03
|
* split up Arithmetic (imports etc. not yet fixed, does not build)Gravatar jadep2019-04-03
|
* finish proofsGravatar jadep2019-03-25
|
* Get new Barrett proofs to generate Fancy code as beforeGravatar jadep2019-03-25
|
* adapt barrett to new glue codeGravatar jadep2019-02-21
|
* Make Qed not take foreverGravatar jadep2019-02-21
|
* Add autogenerated docstrings to synthesized codeGravatar Jason Gross2019-02-02
| | | | | | | | | We now stringify the correctness conditions to generate docstrings for the synthesized code. Closes #512 Time commitment: about 6 hours
* Split up PushButtonSynthesis.vGravatar Jason Gross2019-01-18
Closes #497