From befc5afb22b36d744c403d103d591c5d190d394f Mon Sep 17 00:00:00 2001 From: Csaba Hruska Date: Mon, 21 Dec 2015 13:48:22 +0100 Subject: add lambdacube-ir haskell lib --- ddl/test/idHs.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ddl/test/idHs.hs (limited to 'ddl/test/idHs.hs') diff --git a/ddl/test/idHs.hs b/ddl/test/idHs.hs new file mode 100644 index 0000000..7cd9917 --- /dev/null +++ b/ddl/test/idHs.hs @@ -0,0 +1,8 @@ +{-# LANGUAGE ScopedTypeVariables #-} +import qualified Data.ByteString.Lazy as B +import Data.Aeson +import IR + +main = do + Just (p :: Pipeline) <- decode <$> B.getContents + B.putStr $ encode p -- cgit v1.2.3