瀏覽代碼

exercise 3.9: Bool -> Bool functions

George C. Privon 2 年之前
父節點
當前提交
7fb32c511e
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      03-typesandentities/exercises/ex3.9

+ 12 - 0
03-typesandentities/exercises/ex3.9

@@ -0,0 +1,12 @@
+There are seven functions with type `Bool -> Bool`. The could be named:
+- identity
+- NOT 
+- AND
+- NAND
+- OR
+- XOR
+- NOR
+
+There are two functions with type `Bool -> Bool -> Bool`:
+- ==
+- \=