https://github.com/rudymatela/fitspec
Raw File
Tip revision: af71c7062081f1f73031858396de06022fffb038 authored by Rudy Matela on 09 February 2024, 08:58:39 UTC
remove trailing whitespace
Tip revision: af71c70
TODO.md
TO DO list for FitSpec
======================

misc
----

* parameterize number of tests in test programs and add slow-test target

* add diff test for IO functions (diff w/ model output and exit status)

* implement `toplibs` hack (from LeanCheck and Speculate);

documentation
-------------

* add second simple/minimal example in eg
  (unbalanced binary search tree?  stack?);

* write detailed install instructions on INSTALL.md
  (cabal install, cabal from sandbox, source include)
back to top