Explorar o código

exercise 3.9: Bool -> Bool functions

George C. Privon %!s(int64=2) %!d(string=hai) anos
pai
achega
7fb32c511e
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  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`:
+- ==
+- \=