Skip to content

Commit

Permalink
update TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 9, 2024
1 parent cbceab1 commit d9541b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ A list of things to do for Speculate.

* (interface) print errors on stderr, not on stdout

* (bug) the following now hangs on equivalencesBetween

make eg/arith && long ./eg/arith -TSs7

There are `4213394` canonicalVariations of `((_ + _) * _ + (_ + _) * _ :: Int,(_ + _) * _ + (_ + _) * _ :: Int)`. Testing them all is perhaps not worth it.

* (performance) note that variable assignments form a lattice. So I only
need to test stuff from upper if the lower is true. Of course, testing is
the expensive thing. But it does not pay off to test x + y = z + w before
Expand Down

0 comments on commit d9541b7

Please sign in to comment.