T=d ld f mf li gi cd cf cld
V=x,y
R=0,1,1
F=!x & !y
C=fp_and(fp_not(x),fp_not(y))

# Expected result: !(x | y)   hence NOR
