j
k
j a
j l
Can a kind soul please enlighten me on why f bit0 and f bit1 both return 0?
bit0 = False bit1 = True f x = case x of bit0 -> 0 bit1 -> 1
Back to the thread
Back to the list