Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
b073e1438d9236203c70efb5b3ba55a61f4c4d14
/
.
/
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
)))