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