summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/test/hs/Include_Main.hs
blob: d3977a15773c996dc5f18329dcea6b1ea441e449 (plain)
1
2
3
4
5
6
7
module Main where

import Include_Types
import ThriftTest_Types

main :: IO ()
main = putStrLn ("Includes work: " ++ (show (IncludeTest $ Bools True False)))