summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc008.hs
blob: 236b575573e08f2dcefbe0432ba1a5f11731a52a (plain)
1
2
3
4
module ShouldSucceed where

n True = 1
n False = 0