Argonaut Constellation
git
Log in
—
Register
~alcinnz
/
fontconfig-pure
summary
tree
log
refs
ref:
66dce74fab07cb2d698f0807f0b3063329473389
fontconfig-pure
/
lib
/MyLib.hs
-rw-r--r--
80 bytes
View
Log
Blame
View raw
66dce74f
— Adrian Cochrane Start rewrite from scratch.
11 months ago
1
2
3
4
module
MyLib
(
someFunc
)
where
someFunc
::
IO
()
someFunc
=
putStrLn
"someFunc"