Planning Weekly Workouts in 100 lines of Haskell

  • Delightful!

    Now I need to check out logict!

    Also I had no idea about:

      #!/usr/bin/env cabal
    
    I'd been tempted to use runhaskell before, but I'd been thwarted by needing dependencies. env cabal fixes that?