Tagged Questions
3
votes
4answers
2k views
Generating truth tables for logic expressions in Haskell
I completely forgot about my Haskell project which is due in a couple of hours, any help would be appreciated.
The first part is an evaluation function that has the following type signature:
...