Revision fdc9f6acff3787c80e88de5b9d327096ff306a45 authored by Anish Tondwalkar on 16 February 2019, 21:09:57 UTC, committed by Anish Tondwalkar on 16 February 2019, 21:09:57 UTC
- sketch/build out control flow
- fix poke and sides
- add elimPis, elimKs
- start work on QE
1 parent 60df75e
Raw File
Setup.hs
import Distribution.Simple
main = defaultMain
back to top