<div dir="ltr"><div>for a Bool-like newtype:</div><div><br></div><div>newtype B = B Bool</div><div><br></div><div>, is there an easy way to use this newtype B in place of Bool?</div><div><br></div><div>e.g.</div><div><br></div><div>let b1 = B True</div><div>in if b1 then 1 else 0</div><div><br></div><div>?</div></div>