aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Reduce.hs
Commit message (Expand)AuthorAgeFilesLines
* Move Reduce fileYann Herklotz2019-04-171-0/+164
* Large refactor with passing testsYann Herklotz2019-04-021-176/+0
* Change license nameYann Herklotz2019-03-301-1/+1
* Add transformers and procedural generationYann Herklotz Grave2019-03-031-12/+12
* Add .gitAttributesYann Herklotz Grave2019-03-031-1/+1
* Add applicative instance and Expr reductionYann Herklotz Grave2019-03-021-20/+48
* Some formattingYann Herklotz Grave2019-03-011-4/+4
* Add better reduction with custom typeYann Herklotz Grave2019-03-011-48/+73
* [Fix #35] Add reducer that tries and reduce Verilog given a runYann Herklotz Grave2019-03-011-24/+94
* Add Ord to AST and fix reduction functionYann Herklotz Grave2019-02-261-2/+4
* Add recursive reduce callYann Herklotz Grave2019-02-251-6/+31
* Reformat using brittanyYann Herklotz Grave2019-02-251-1/+2
* Brittany formattingYann Herklotz Grave2019-02-171-5/+2
* Fix reduce buildYann Herklotz Grave2019-02-111-2/+1
* Fix reducerYann Herklotz Grave2019-02-111-1/+1
* Add Reduce which will contain the test reductionYann Herklotz2019-02-081-0/+29