Argonaut Constellation
git
Log in
—
Register
~alcinnz
/
integration
Unlisted
summary
tree
log
refs
ref:
0e8603723d50ae87b0312d7cb6954c5be915c26b
integration
/
lib
/MyLib.hs
-rw-r--r--
80 bytes
View
Log
Blame
View raw
0e860372
— Adrian Cochrane Init.
1 year, 4 months ago
1
2
3
4
module
MyLib
(
someFunc
)
where
someFunc
::
IO
()
someFunc
=
putStrLn
"someFunc"