packages feed

disco-0.1.0.0: test/types-standalone-ops/input

:type ~and~
:type ~and~ (False, True)
:type \x. ~and~ (x, True)
:type let f : (Bool * Bool -> Bool) -> Bool = \g. g (True, False) in f ~and~