snix/third_party/bazel/rules_haskell/tests/external-haskell-repository/Main.hs

6 lines
112 B
Haskell

module Main where
import AddOne
import Control.Exception (assert)
main = assert (addOne 41 == 42) $ return ()