Question: 4. Write a function nand that computes the NAND gate of two boolean arguments. (Look up nand if you do not know what it is.)
4. Write a function nand that computes the NAND gate of two boolean arguments. (Look up "nand" if you do not know what it is.) nand :: Bool -> Bool -> Bool
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
