module SetupBar where -- $setup -- >>> 23 -- 23 -- | bar -- a passing test -- >>> bar -- 42 bar :: Int bar = 42