Email or username:

Password:

Forgot your password?
2 comments
(wryl)

@neauoire @thacuber2a03 Ah.

<> (or (#f) (#f)) (#t)

Should be..

<> (or (#f) (#f)) (#f)

ThaCuber

@neauoire the third to last clause, it yields `(#t)` when `(or (#f) (#f))`

Go Up