Argonaut Constellation
git
Log in
—
Register
~alcinnz
/
Mondrian
summary
tree
log
refs
ref:
022195b6b369629da2d2e1cb0f56f44f1a426e2b
Mondrian
/
lib
/MyLib.hs
-rw-r--r--
80 bytes
View
Log
Blame
View raw
022195b6
— Adrian Cochrane Prepare canvas on which to code.
1 year, 5 months ago
1
2
3
4
module
MyLib
(
someFunc
)
where
someFunc
::
IO
()
someFunc
=
putStrLn
"someFunc"