Sign in
apache
/
thrift
/
refs/heads/0.13.0
/
.
/
test
/
hs
/
Include_Main.hs
blob: d3977a15773c996dc5f18329dcea6b1ea441e449 [
file
] [
log
] [
blame
]
module
Main
where
import
Include_Types
import
ThriftTest_Types
main
::
IO
()
main
=
putStrLn
(
"Includes work: "
++
(
show
(
IncludeTest
$
Bools True False
)))