module Raw.Test where

import Test.Tasty
-- import Test.Tasty.HUnit

tests :: TestTree
tests = testGroup "Raw" $
 [ ]

{-
main :: IO ()
main = do
	print $ ($ 42) <$> expr_int_succ -- Right 43
	print $ ($ 42) <$> expr_bool_const_true -- Right True
-}