úζ”CConvert a sequence of HUnit assertions (embedded in IO) to a Chell  .   import Test.Chell  import Test.Chell.HUnit  import Test.HUnit  tests :: [Suite]  tests =  [ suite "foo"  [ hunit "bar" $ do  1 + 2 @?= 3  ]  ] chell-hunit-0.1Test.Chell.HUnithunit chell-0.1.2Test.Chell.TypesSuite