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